[SOLVED] Â How do I turn off password encryption? |
5/17/2016 9:41:05 AM |
ASPRunner.NET General questions | |
![]() I have a project in development for which I previously turned on password encryption. I can't remember how I did that, but according to the help file, the option is supposed to be on the "registration and passwords" dialog in the security section. I need to temporarily turn it off while I'm testing, but I can't find the place to do so. I see no such option on that dialog. |
|
![]() |
Admin 5/17/2016 |
Can you post a screenshot of what you see on 'Registration and passwords' dialog? |
![]() |
Pete K author 5/17/2016 |
Can you post a screenshot of what you see on 'Registration and passwords' dialog?
|
![]() |
Admin 5/17/2016 |
The part in the manual that refers to "encrypt passwords using MD5 algorithm" only applies to projects created by older version (v6 and older) where MD5 encryption was available. This option is not available in new projects. |
![]() |
Pete K author 5/18/2016 |
Thanks for the guess, Sergey, but that is not the case: http://imgur.com/roBpghw |
![]() |
Admin 5/18/2016 |
This is all very strange by you can open project file (.netr) in any text editor and locate the following line: <m_bEncryptPasswords>0</m_bEncryptPasswords>
|
![]() |
Pete K author 5/19/2016 |
Thank you Sergey. This is exactly what I was looking for. That fixed it. |