DotNetNuke - Allowing users to save their credentials in their browser -


The default behavior of DNN installation is to prevent users from saving their account credentials in their browser.

I believe this is done by changing the ID of the credential input control on the login page (pages), but I'm not sure.

Is there a setting or general method to decide so that users can save their credentials?

Edit: I'm not talking about a different issue of "missed" a user's session by clicking "Remember me". I'm just referring to enabling web browser login / enabling PW storage, it allows Amazon, so it can not be very awesome to enable.

This is actually a text box> autocomplete = closed attribute I do not believe That it has come out through a setting (i.e. the only way to change that is to change the control using your authentication provider, which is a huge enterprise).

Comments