If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
Have a question about passwords in the database. What is the difference between "Encrypted in db" and "Hashed in db/Connot be recovered" ? It seems that the later isnt working, when I set the sitesettings to use "hashed in db" and then created a new user, the password was stored in plain text..
Thanks,
Christian
It seems that you cant log in when first creating a user with password "hashed in db" . (Probably because its stored i db in plain text).
Also, when when creating a user from admin pages in "encrypted in db" mode it works ok, but when i use "Register" function i recieve this error:
An exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in mojoPortal.Data.DLL but was not handled in user code
Additional information: #22001Data too long for column 'Password' at row 1
I think an overview of the password functions would be a good idea. And maybe add a way when changing password mode to rewrite the passwords in db so everyone can log in.