Kees Jongenburger wrote:
You could append a random number to the username to get such an
identifier. Or use something like MD5 on username+password.
hhm and on the server side use a md5 crack to find the user back again?
No, store the key in the user object - just as you say below.
for my project I store a generated key in the user object
and use the userid/key combo for auto login
and the username/password as login screen
That was exactly what I meant :-)
Simon
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers