when is user_modify_post.sh run?

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,821
Location
Switzerland
I've created a small script in scripts/custom/user_modify_post.sh, but when I change the user password, from the user's control panel, nothing happens.

So if it's not a problem with my script then it would be great if user_modify_post.sh could be run in that case too.

Or maybe a password_modify_post.sh? This would really help keep passwords synchronized.
 
Last edited:
Same question as title.
I use DA v1.48.3

cat /usr/local/directadmin/scripts/custom/user_modify_post.sh
#!/bin/sh
echo "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
exit 0;

-rwx------ 1 diradmin diradmin 78 Jul 30 14:34 /usr/local/directadmin/scripts/custom/user_modify_post.sh

I login as admin/reseller then modify user but there is no output or error

cat /var/log/directadmin/error.log

also empty.

So when is user_modify_post.sh run?

Maybe someone can clarify this

Thank You.
 
Back
Top