This page is used to view or edit a user account.
For the FTP Server:
When the user attempts to log in from the client, the FTP server returns:
560 Password expired, use 'pass oldpassword newpassword'
The user must then log in and, in the Password box, enter the old password and the new password, separated by a space: 'oldpassword newpassword'
The password is reset to the new password.
For the SSH Server:
The SSH Server issues an SSH_MSG_USERAUTH_PASSWD_CHANGEREQ packet to the client. In response to this message, the client should prompt the user for the new password.
In either case (FTP or SSH), the server ensures that the new password meets criteria for any password rules for the host. If the password is accepted, the server resets the User must change password at next logon option.
This option does not apply to administrator users, even though it can be selected for those users. System and Host Administrators can always navigate outside their home folder.
/Users/ThisUsersHome/OneOfMyFolders
, if this option is selected, the user will only see /OneOfMyFolders
.)This option does not apply to administrator users, even though it can be selected for those users. System and Host Administrators can always see the full path to the user's home folder.
The log file will always show the full path to the user's home folder.
Notifications will display the full path to system and host administrators, and if Show home folder as root is selected, will not display the full path to a user.
To select the home folder options for all users on the host, use the iftpaddu command line options (+lock for Lock user to home folder and +root for Show home folder as root ). The iftpaddu command supports the WS_FTP Server user database, but cannot be used with external user databases.
To create a new user with the same options selected as this user, click Duplicate. The Create User page opens with the appropriate fields filled out.
Note: When you duplicate a user, the username, password, SSH user key, full name and home folder are not duplicated. These options must be configured explicitly for each user.
Some options require system administrators privileges and are not displayed to host administrators.