|
MediaWiki master
|
Shared interface for rigor levels when dealing with User methods. More...
Inherited by MediaWiki\User\UserFactory, and MediaWiki\User\UserNameUtils.
Public Attributes | |
| const | RIGOR_CREATABLE = 'creatable' |
| Check that a user name is valid for batch processes, login and account creation. | |
| const | RIGOR_NONE = 'none' |
| No validation at all. | |
| const | RIGOR_USABLE = 'usable' |
| Check that a user name is valid for batch processes and login. | |
| const | RIGOR_VALID = 'valid' |
| Check that a user name is valid for batch processes. | |
Shared interface for rigor levels when dealing with User methods.
Definition at line 16 of file UserRigorOptions.php.
| const MediaWiki\User\UserRigorOptions::RIGOR_CREATABLE = 'creatable' |
Check that a user name is valid for batch processes, login and account creation.
This does not allow auto-created temporary user patterns.
Definition at line 22 of file UserRigorOptions.php.
| const MediaWiki\User\UserRigorOptions::RIGOR_NONE = 'none' |
No validation at all.
Definition at line 37 of file UserRigorOptions.php.
| const MediaWiki\User\UserRigorOptions::RIGOR_USABLE = 'usable' |
Check that a user name is valid for batch processes and login.
Definition at line 27 of file UserRigorOptions.php.
Referenced by MediaWiki\User\ExternalUserNames\applyPrefix().
| const MediaWiki\User\UserRigorOptions::RIGOR_VALID = 'valid' |
Check that a user name is valid for batch processes.
Definition at line 32 of file UserRigorOptions.php.