mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* Start on new theme re-work
* theme_info.json -> theme.json * Allow pipe codes for styleSGRx
This commit is contained in:
parent
58746ca9a9
commit
2aa43295e3
10 changed files with 68 additions and 61 deletions
|
@ -22,7 +22,7 @@ function User() {
|
|||
this.groups = {}; // id:name
|
||||
|
||||
this.isValid = function() {
|
||||
if(self.userId <= 0 || self.username.length < 2) {
|
||||
if(self.userId <= 0 || self.username.length < Config.users.usernameMin) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue