Question
How To reset E-mail User Passwords via the command line?
Answer
To change the e-mail user password via the command line, you will need to use our UAPI passwd_pop call:
# uapi --user=username Email passwd_pop email='username@example.com' password='12345luggage'
Comments
0 comments
Article is closed for comments.