Posted 31 January 2012 - 10:20 PM
Restored Post:
Hi there,
first of all, great work with the RedWorks addon!
I didn't yet try out the Master-Download for all terminals, only the Floppy-Download for single terminal installation.
So I noticed that when you lock the terminal using the "lock" program, then after entering the wrong password three times in a row will log you in nonetheless!?
I took a look at the code of the Lock program and noticed that you're calling redworks.doLogin(), which returns a username and a boolean value denoting the success of the login.
But then you're not checking these returned values and instead just continue with the program, which then ends and lands one back at the console.
Just thought I'll let you know in case you didn't notice that yourself already.
Keep up the good work! :(/>/>
Hi there,
first of all, great work with the RedWorks addon!
I didn't yet try out the Master-Download for all terminals, only the Floppy-Download for single terminal installation.
So I noticed that when you lock the terminal using the "lock" program, then after entering the wrong password three times in a row will log you in nonetheless!?
I took a look at the code of the Lock program and noticed that you're calling redworks.doLogin(), which returns a username and a boolean value denoting the success of the login.
But then you're not checking these returned values and instead just continue with the program, which then ends and lands one back at the console.
Just thought I'll let you know in case you didn't notice that yourself already.
Keep up the good work! :(/>/>
Edited on 01 February 2012 - 10:07 AM