Hi All,
I just used the email_change_pass_post.sh and email_change_pass_pre.sh custom scripts and noticed that the passwd variable is empty when the user uses the /CMD_CHANGE_EMAIL_PASSWORD page.
What can be done te receive the new password?
(this is working when the password is changed within DA)
Thanks,
Michael
I just used the email_change_pass_post.sh and email_change_pass_pre.sh custom scripts and noticed that the passwd variable is empty when the user uses the /CMD_CHANGE_EMAIL_PASSWORD page.
What can be done te receive the new password?
(this is working when the password is changed within DA)
Code:
_ENV = Array
(
[TERM] => dumb
[user] => tester
[username] => myuser
[PATH] => /sbin:/usr/sbin:/bin:/usr/bin
[_] => /usr/local/directadmin/scripts/custom/email_change_pass_post.sh
[PWD] => /usr/local/directadmin
[domain] => directadmin.com
[LANG] => en_US.UTF-8
[SHLVL] => 3
[passwd] =>
)
Thanks,
Michael
Last edited: