Login/logout->log in/log out

This commit is contained in:
Marcin Kurczewski 2013-10-06 18:50:06 +02:00
parent a8ef56d42c
commit 2ddc203fb8
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ class AuthController
*/ */
public function loginAction() public function loginAction()
{ {
$this->context->subTitle = 'login form'; $this->context->subTitle = 'authentication form';
//check if already logged in //check if already logged in
if ($this->context->loggedIn) if ($this->context->loggedIn)

View file

@ -10,7 +10,7 @@
</div> </div>
<div> <div>
<input type="submit" value="Login"> <input type="submit" value="Log in"/>
</div> </div>
</form> </form>