mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Add password login option for some users, and further refinements to artwork management system
This commit is contained in:
parent
8a1b11b815
commit
5a1c05d8c5
22 changed files with 234 additions and 150 deletions
|
@ -2,5 +2,5 @@
|
|||
namespace Exceptions;
|
||||
|
||||
class InvalidUserException extends AppException{
|
||||
protected $message = 'We couldn’t locate you in our system.';
|
||||
protected $message = 'We couldn’t validate your login information.';
|
||||
}
|
||||
|
|
5
lib/Exceptions/PasswordRequiredException.php
Normal file
5
lib/Exceptions/PasswordRequiredException.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class PasswordRequiredException extends AppException{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue