CaMykS  1.0-20231201
Classes | Variables
AdminUser.php.inc File Reference

Admin_User Module user library. More...

Classes

class  AdminUser
 

Variables

const ADMINUSER_LOGIN_MAX_LENGTH 32
 Admin_User Module user library. More...
 
const ADMINUSER_LOGIN_MIN_LENGTH 5
 
const ADMINUSER_LASTNAME_LENGTH 32
 
const ADMINUSER_FIRSTNAME_LENGTH 32
 
const ADMINUSER_EMAIL_LENGTH 255
 
const ADMINUSER_ALLOW_EMPTY_PWD false
 

Detailed Description

Admin_User Module user library.

Plugin / Module Library

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.1
Date
Creation: Oct 2017
Modification: Mar 2019
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Variable Documentation

◆ ADMINUSER_LOGIN_MAX_LENGTH

const ADMINUSER_LOGIN_MAX_LENGTH 32

Admin_User Module user library.

Plugin / Module Library

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.2.3
Date
Creation: Sep 2005
Modification: Jun 2022
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Remarks
Permissions are defined as an int constructed like :
  • 0 : no right
  • +1 : read
  • +2 : write (default, or module right 2)
  • +4 : module adding right 1
  • +8 : module adding right 2
  • ...

◆ ADMINUSER_LOGIN_MIN_LENGTH

const ADMINUSER_LOGIN_MIN_LENGTH 5

◆ ADMINUSER_LASTNAME_LENGTH

const ADMINUSER_LASTNAME_LENGTH 32

◆ ADMINUSER_FIRSTNAME_LENGTH

const ADMINUSER_FIRSTNAME_LENGTH 32

◆ ADMINUSER_EMAIL_LENGTH

const ADMINUSER_EMAIL_LENGTH 255

◆ ADMINUSER_ALLOW_EMPTY_PWD

const ADMINUSER_ALLOW_EMPTY_PWD false