aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorljungster <parkerljung@gmail.com>2022-08-09 11:52:07 -0500
committerljungster <parkerljung@gmail.com>2022-08-09 11:52:07 -0500
commitda3cb00f809a482a9fdf732f6a656fbc467cce27 (patch)
tree9eb1fd278bc71d080d71bbfb7e3aec482d35f439 /views
parent1638527259a072dfc2ab286bd27bbb1751e8434e (diff)
parent26670c8b9eb6e2fd981c3a0997bff5556b60504b (diff)
Merge branch 'parker' of https://github.com/brown-dash/Dash-Web into parker
Diffstat (limited to 'views')
-rw-r--r--views/login.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/login.pug b/views/login.pug
index 98816e9c8..71c6933be 100644
--- a/views/login.pug
+++ b/views/login.pug
@@ -15,10 +15,10 @@ block content
h3.auth_header Log In
.form-group
.col-sm-7
- input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus, required)
+ input.form-control(type='email', name='email', id='email', placeholder='Email (or blank for "guest")', autofocus)
.form-group
.col-sm-7
- input.form-control(type='password', name='password', id='password', placeholder='Password', required)
+ input.form-control(type='password', name='password', id='password', placeholder='Password')
.form-group
.col-sm-offset-3.col-sm-7
button.btn.btn-success(id='submit', type='submit')