MediaWiki master
UserRigorOptions.php
Go to the documentation of this file.
1<?php
2
23namespace MediaWiki\User;
24
31
38 public const RIGOR_CREATABLE = 'creatable';
39
45 public const RIGOR_USABLE = 'usable';
46
52 public const RIGOR_VALID = 'valid';
53
59 public const RIGOR_NONE = 'none';
60
61}
Shared interface for rigor levels when dealing with User methods.
Utility class for bot passwords.