* Trailing LF handling is now 'trailingLF' option, with 'default', 'yes', 'no', etc.
* Initial checking of WIP Mystery Skulls theme by Luciano Ayres of blocktronics * Fix random theme selection * WIP on theme customization apply: Needs to be much more flexible than current * MenuModule will use .next > .fallback > default fallback
This commit is contained in:
@@ -22,7 +22,8 @@ function login(callingMenu, formData, extraArgs) {
|
||||
// :TODO: if username exists, record failed login attempt to properties
|
||||
// :TODO: check Config max failed logon attempts/etc.
|
||||
|
||||
client.gotoMenuModule( { name : callingMenu.menuConfig.fallback } );
|
||||
client.fallbackMenuModule();
|
||||
//client.gotoMenuModule( { name : callingMenu.menuConfig.fallback } );
|
||||
} else {
|
||||
var now = new Date();
|
||||
var user = callingMenu.client.user;
|
||||
@@ -47,7 +48,7 @@ function login(callingMenu, formData, extraArgs) {
|
||||
'Already logged in'
|
||||
);
|
||||
|
||||
// :TODO: display custom message if present
|
||||
// :TODO: display custom message if present (Obv/2: TOONODE.ANS)
|
||||
|
||||
client.term.write('\nA user by that name is already logged in.\n');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user