How can I allow users to change their password?
Titan and Cornerstone support the ability to allow users to change their own password.
- Go to the Connections node then the Connections Advanced tab for the server, group or user and check the option Allow change of password (SITE PSWD).
- The user can then use their FTP client to change their password using the "SITE PSWD" command.
- SITE PSWD oldpassword newpassword
- The user password will be modified on the server and will become effective during the next logon attempt.
Related Articles
How can I allow users to change or reset their password?
Titan and Cornerstone support the ability to allow users to change their own password through either an FTP client or through the Web UI/Browser. Go to the Connections node then the Connections Advanced tab for the server, group or user and check the ...
How can I allow users to change their password?
Titan and Cornerstone support the ability to allow users to change their own password. Go to the Connections node then the Connections Advanced tab for the server, group or user and check the option Allow change of password (SITE PSWD). The user can ...
How To: Configure Password Security in Titan Nextgen
Related To Titan Nextgen Builds 1.x Question How can I configure password security settings in Titan Nextgen? Reasoning I would like to be able set password expiration, restrict reuse of passwords and also configure the password complexity to ensure ...
How To: Give Users Admin Permissions
Question How do I give a user admin capability? Reasoning Managing and administering Titan can be time consuming so having the ability to delegate some of the tasks to a second user would be very helpful. Answer You can enable the administrator ...
Importing users via CSV files
Sometimes there is a need to import users though a CSV file. This can be done using a combination of PowerShell and the srxCFG utility. Lets assume we have a CSV file, users.csv, which looks like this: Username,FullName,EmailAddress user1,User Number ...