tags:

views:

215

answers:

2

How to remove one time login system in Druapl ? I don't want to do this system when I click forget password. I want to generate new password and send to user.

A: 

You can create your own module and have it override the standard Drupal solution.

googletorp
ya... that is a only way
saturngod
+1  A: 

AFAIK both options (one time login and new password) are available by default. Check the notification mail text definitions under admin/user/settings - they use variables as placeholders, e.g. !login_url, !username, !password and others.

Simply adjust the entries for the 3 mails concerning login (welcome mail, password reset mail and account activation mail) to send only username/passwords instead of login links.

Henrik Opel
May be he want to login at every time for visiting site?In this case sessions settings will help.
Nikit
I want to do normal way. Not one time login. I mean, send the mail to user with new password. Thank. It' may help. I will try it.
saturngod
not working ... !password
saturngod