diff --git a/app/views/home/auth/signin.phtml b/app/views/home/auth/signin.phtml index fc21da1de8..b096654a1d 100644 --- a/app/views/home/auth/signin.phtml +++ b/app/views/home/auth/signin.phtml @@ -34,6 +34,8 @@ $root = ($this->getParam('root') !== 'disabled'); data-failure="alert" data-failure-param-alert-text="Login failed. Please check your credentials." data-failure-param-alert-classname="error"> + + diff --git a/app/views/home/auth/signup.phtml b/app/views/home/auth/signup.phtml index cf30591774..09b58fae79 100644 --- a/app/views/home/auth/signup.phtml +++ b/app/views/home/auth/signup.phtml @@ -37,6 +37,7 @@ $root = ($this->getParam('root') !== 'disabled');

Please create your root account

+