Search code examples
c#asp.netdotnetnukedotnetnuke-6

DNN 6 Hide Retrieve password in Login page


I want to remove/hide Retrieve Password link in the Login Form , i disabled its function from web.config but client still wants me to remove it from the Form any idea how can i do that ?


Solution

  • I don't believe there is currently a way to remove it other than to hide it with styles:

    .dnnLoginActions {display:none;}