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
2010-01-14 14:19:12
ya... that is a only way
saturngod
2010-01-18 08:36:50
+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
2010-01-14 16:23:46