Author |
|
sean Newbie
Joined: 10 July 2012
Online Status: Offline Posts: 1
|
Posted: 10 July 2012 at 9:00am | IP Logged
|
|
|
is there a way to enable forgot password on the lite version? Or even allow users to change their passwords?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 July 2012 at 11:06am | IP Logged
|
|
|
There is no way to enable "Forgot password" feature directly. However, user passwords are stored in the database in encrypted way, and there are methods which can encode and decode the password. If you'd like to implement password retrieval or change, let us know whether this is about ASP.NET or PHP one.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
FavorMan Groupie
Joined: 12 May 2012
Online Status: Offline Posts: 57
|
Posted: 31 July 2012 at 12:40am | IP Logged
|
|
|
In (settings.xml), It Shows That Changing The PW On The Login Page Can Be TURNED ON. However I've TESTED THAT, And Even Though It SHOWS UP On The Login Page, IT TAKES VALUED USERS TO AN ERROR PAGE. Now I See What U Wrote Above. One Of My Valued Users Is Concerned That They CAN'T Re Do Their PW By Themself. However, I Just Wrote That Person To Explain The Web Mail Program ISN'T CURRENTLY ABLE To Do That.
|
Back to Top |
|
|
ZekeShepperd Newbie
Joined: 23 May 2013
Online Status: Offline Posts: 1
|
Posted: 23 May 2013 at 10:53am | IP Logged
|
|
|
need to decrypt passwords, asp.net. can you provide the algorithm?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 May 2013 at 10:07pm | IP Logged
|
|
|
Check EncodePassword and DecodePassword functions found in App_Code/Utils.cs file.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|