hi bruce,
i did refer to the examples of web3 and created the login form from scratch and it didnt work.
now, what i did is that i copy the dct file into my dct and import just the loginform and add in my code to refer to the database for user name and it works.
i understand that we are strongly encouraged to store hash of the password instead of the real password in the database. Thus, when the user create their login name and password, thats where in the form when they press save, i should do the hashing.
where can i find such hashing code in the examples folder?
also, the user who logged in can see only selective menu. Therefore, i can do this by putting user level number in the PageHeaderMenu?
jason