I am here again and this time remove forgot password link in Dotnetnuke, There are many people searching for the disabling the forgot password link in Dotnetnuke/ Removing the forgot password link in Dotnetnuke.
I have gone through many website while searching on google, There are many solutions which I came across and I am listing it below:
First solution
Right click on the page , inspect the element "Forgot Password " , note its ID and login as a admin in Dotnetnuke. Navigate to css under the stylesheet editor.write the Id there, It will look like
#dnn_control_logincmd_password{display:none}
For few people it works
If this doesn't remove forgot password link in Dotnetnuke then you can try out the
Second solution:
Second solution:
Go to the directory of dotnetnuke and open web.config, search for the term
enablePasswordRetrieval="true" and enablePasswordReset="true"
Change it false . This will disable forgot password link in Dotnetnuke
Note : before doing this take a backup of web.config
I hope this post helped you and saved your time, If yes please post a comment
You may also want to look at my other posting
Comments
Post a Comment