mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Fix login page and remove facebook from login.
Move admin and test password to environment variable for seed.
This commit is contained in:
parent
babc1c5e6c
commit
d7f415b3f7
5 changed files with 12 additions and 16 deletions
|
@ -2,8 +2,6 @@
|
|||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h1>Login</h1>
|
||||
<p>Accounts are reset on server restart from <code>server/config/seed.js</code>. Default account is <code>test@example.com</code> / <code>test</code></p>
|
||||
<p>Admin account is <code>admin@example.com</code> / <code>admin</code></p>
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<form class="form" name="form" ng-submit="vm.login(form)" novalidate>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue