Skip to content

Commit

Permalink
#Updated readme & remove defualt credentail from html
Browse files Browse the repository at this point in the history
  • Loading branch information
kuylim committed Dec 10, 2020
1 parent 0510ae1 commit 58ac7a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ Support with `Spring Boot 2.2.2.Release` and later version of Spring Boot.
3. Deployment methea web management (Optional)

Methea web management allow you to manage users, permission, roles, groups, URI... in webservice application.
* Default login credential for web management

`username: admin`

`password: admin`
4 changes: 2 additions & 2 deletions core/src/main/resources/core-templates/login/login-page.ftlh
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<div class="input-group mb-3">
<div class="input-group-prepend"><span class="input-group-text">
<i class="fa fa-user-o"></i></span></div>
<input class="form-control" type="text" name="username" value="admin" placeholder="Username">
<input class="form-control" type="text" name="username" value="" placeholder="Username">
</div>
<div class="input-group mb-4">
<div class="input-group-prepend"><span class="input-group-text">
<i class="fa fa-lock"></i></span></div>
<input class="form-control" type="password" name="password" value="admin" placeholder="Password">
<input class="form-control" type="password" name="password" value="" placeholder="Password">
</div>
<div class="row">
<div class="col-6">
Expand Down

0 comments on commit 58ac7a0

Please sign in to comment.