Automatically change passwords of accounts

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
ahcsmit
500 Command not understood
Posts: 2
Joined: 2008-07-18 07:22
First name: Arjan
Last name: Smit

Automatically change passwords of accounts

#1 Post by ahcsmit » 2008-07-18 07:26

Is it possible to schedule a change of user passwords in some way? We use filezilla for customers and have a directory structure similar as below

FTPROOT
|
----- cust1
|
----- cust2
|
----- etc.

Customer 1 is logging on to cust1 and so on. Is it possible to change the passwords of the customer accounts periodically with a script?

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Automatically change passwords of accounts

#2 Post by botg » 2008-07-18 07:28

Just edit FileZilla Server.xml directly and afterwards call "FileZilla Server.exe" /reload-config

ahcsmit
500 Command not understood
Posts: 2
Joined: 2008-07-18 07:22
First name: Arjan
Last name: Smit

Re: Automatically change passwords of accounts

#3 Post by ahcsmit » 2008-07-18 07:33

Passwords are 'encrypted' in the xml file. Can i put the passwords in in plain text?

<Option Name="Pass">4edbe11dfd0d36a369fec54aa55222e8</Option>

Zempashi
500 Command not understood
Posts: 2
Joined: 2008-07-17 10:17

Re: Automatically change passwords of accounts

#4 Post by Zempashi » 2008-07-18 09:16

just "hash" it with the MD5 algorithm

Post Reply