mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Add admin form to view and edit users
This commit is contained in:
parent
32607fb220
commit
8ad3291a35
35 changed files with 902 additions and 72 deletions
7
lib/Exceptions/BenefitsRequirePasswordException.php
Normal file
7
lib/Exceptions/BenefitsRequirePasswordException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class BenefitsRequirePasswordException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'One or more of the selected benefits require that the user have a password set.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue