Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Remember password funtionality

    How can we implement a remember password kind of funtionality?
    Next time when the user logs in he just has to select from a list of users and
    the password will be automatically populated?

    Is there any build in support for this functionality?

    #2
    Implement it yourself using whatever server side technology you're using. For example if you are using Spring Security, follow the instructions in its manual.

    Comment

    Working...
    X