When I configure DirectAdmin Change Password in rainloop and update password from email account it shows a message that "could not save new password". I've tried POPPASSD too but the issue is same.
DirectAdmin_Interface import * from credentials import server, username, password, domain manager = DirectAdmin (server=server, username=username, password=password, domain=domain) ...