mirror of https://github.com/pixelfed/pixelfed.git
Update LoginController
This commit is contained in:
parent
5f9efbea3f
commit
89bd8f9653
|
@ -50,7 +50,7 @@ class LoginController extends Controller
|
||||||
{
|
{
|
||||||
$rules = [
|
$rules = [
|
||||||
$this->username() => 'required|email',
|
$this->username() => 'required|email',
|
||||||
'password' => 'required|string',
|
'password' => 'required|string|min:6',
|
||||||
];
|
];
|
||||||
|
|
||||||
if (config('pixelfed.recaptcha')) {
|
if (config('pixelfed.recaptcha')) {
|
||||||
|
|
Loading…
Reference in New Issue