Old 09-05-2005, 11:10 AM   #1
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default How to invalidate user accounts on login

Say you have accounts for which you want a user to be able to login only once...
The easiest way to achieve that would be to change the account password as soon as the user log in.

Create a .bat file, let's say ioftpd/scripts/change_password.bat:
Code:
@ECHO OFF
IF %FLAGS% == B GOTO CHGPWD
GOTO END
:CHGPWD
ECHO !change %USER% PASSWD some_random_string_here
:END
In your ioFTPD.ini, add this under the [Events] section:

Code:
OnFtpLogin = EXEC ..\scripts\change_password.bat
SITE CONFIG REHASH and give the B flag to users you want to be able to login only once.

Note: The users must have ONLY the B flag to have their password changed... if a user has 3B, it won't change his password on login.
Mouton is offline   Reply With Quote
Old 09-14-2005, 01:30 PM   #2
Uniter
Junior Member
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 15
Default

woo hint for random string %random%%random%%random% (variable for random number....)
Uniter is offline   Reply With Quote
Reply

Tags
change, login, password, user, users

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 11:54 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)