Author Topic: User Password Reset Option  (Read 932 times)

Offline Rick-DCO

  • User
  • *
  • Posts: 15
    • View Profile
User Password Reset Option
« on: October 03, 2009, 04:54:29 PM »
Very nice program! 

Is there anyway to allow users to reset their own password?  Perhaps via email? 

Or could I use the user names and password from another one of my applications using mysql?

Appreciate any suggestions!

Rick

Offline admin

  • Administrator
  • User
  • *****
  • Posts: 553
    • View Profile
    • http://www.lordlamer.de
Re: User Password Reset Option
« Reply #1 on: October 03, 2009, 07:22:48 PM »
Hi,

i think it is not possible at the moment. Only an admin can reset the password.

What solution is possible to create a small extension to reset the password.

It is possible to do authentification against another system. Here we have a ldap implementation as extension. That could be used as base to create a mysql authentification against another system.

Hope this helps.
Frank