User management

Is there any way to provide users with a way to retrieve their password if they've forgotten it and can't log in? Like getting the system to send them an email with their password in it?


Thanks :slight_smile:

[quote]Is there any way to provide users with a way to retrieve their password if they’ve forgotten it and can’t log in? Like getting the system to send them an email with their password in it?
[right][post=“8760”]<{POST_SNAPBACK}>[/post][/right][/quote]



Passwords are encrypted into the database, so you can’t retrieve them. I’m not sure if we are working on a password recovery system or not though, so I’ll wait for one of the developers to chime in. :slight_smile:

3.8 has a password reset page in the commerical module package. This page allows users to reset their password after verifying their identity by clicking a link in a validation email.

Thanks guys :slight_smile: