Skip to content

Commit

Permalink
hendisantika#28 - Add List User Login
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Sep 24, 2018
1 parent bfed34f commit 3850232
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ TODO
* Model of Dialog;
* Template for sending e-mail with template;

It is free to make changes and implementations and make the code more evolved.
It is free to make changes and implementations and make the code more evolved.

| # | Username | Password |
| --- |:--------:| --------:|
| 1 | bruno | 1234 |
| 2 | naruto | 1234 |

6 changes: 3 additions & 3 deletions src/main/resources/templates/login.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Spring Boot com AdminLTE 2 | Login</title>
<title>Spring Boot AdminLTE 2 | Login</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
<!-- Bootstrap 3.3.6 -->
Expand Down Expand Up @@ -36,7 +36,7 @@

<div th:if="${param.error}">
<div class="callout callout-danger">
<p>Usuário ou senha estão inválidos.</p>
<p>Username or password invalid!</p>
</div>
</div>

Expand Down

0 comments on commit 3850232

Please sign in to comment.