Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationauto savings username password. enabling remember passwordauto savings username password. enabling remember password
Previous
 
Next
New Post
3/5/2013 11:30 PM
 

I'm Uusing DNN 6.2.6. I want time enable remember password and auto complete the username and password.I know it is not available by default and disabled. Please advice me how to enable this. Even through the code change.I must do this.please advice. 

 

 
New Post
3/6/2013 7:19 AM
 
The Remember Me option is part of DNN, but the autocomplete of the username/password function is part of the browser. If you have the remember option turned on in DNN though, you won't need the autocomplete part because it is stored in a cookie.

As for the cookies, you will need to extend the cookie timeout value in the web.config to get it to remember much at all (I think it is less than a day by default). I set mine to about 30 days.
 
New Post
3/6/2013 7:29 AM
 
I've set this

<add key="PersistentCookieTimeout" value="2016000" />


<authentication mode="Forms">
      <forms name=".DOTNETNUKE"  timeout="10080" cookieless="UseCookies" slidingExpiration="true" />
    </authentication>


Is this correct or do I need to change somewhere else?

But my previous saved or logged in usernames are not showing in the username text-box. But I can see my username is showing in the DNN Store login box'username textbox.

I need to auto full the selected cookies username and the correct password to the selected one.

Please can you advise me?
 
New Post
3/6/2013 7:48 AM
 
If I remember correctly (its been awhile since I've done this), only the first line needed to be changed.

As for the usernames showing in the username text-box, that is entirely a function of the browser. By enabling the cookies on the website, you will automatically be logged in, no username box should show up.
 
New Post
3/6/2013 8:11 AM
 
Ok Dan,. Thanks!

If I logged in with a username and password, then logout. Then if I come to the login page and click on the username text-box. But I can not see my previous usernames under textbox as a dropdown.

That is what I am trying to do and my client wants give that for his all users. I saw this is available on DNN Store login.

Is that enough by changing the above first line? Any advises please?
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationauto savings username password. enabling remember passwordauto savings username password. enabling remember password


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out