caboose-cms 0.1.97 → 0.1.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -122,3 +122,4 @@ module Caboose
122
122
 
123
123
  end
124
124
  end
125
+
@@ -20,7 +20,10 @@
20
20
  <dl>
21
21
  <dt>Username:</dt><dd><input type='text' name='username' style='width: 200px;' /></dd>
22
22
  <dt>Password:</dt><dd><input type='password' name='password' style='width: 200px;' /></dd>
23
- <div id='message'></div>
24
- <p><input type='submit' value='Login' onclick='login(); return false;' /></p>
25
23
  </dl>
24
+ <div id='message'></div>
25
+ <p>
26
+ <input type='submit' value='Login' onclick='login(); return false;' />
27
+ <input type='button' value='Forgot Password' onclick="window.location='/users/forgot-password';" />
28
+ </p>
26
29
  </form>
@@ -6,7 +6,7 @@ Caboose::Engine.routes.draw do
6
6
  get "login" => "login#index"
7
7
  post "login" => "login#login"
8
8
  get "logout" => "logout#index"
9
-
9
+
10
10
  get "admin/users" => "users#index"
11
11
  get "admin/users/options" => "users#options"
12
12
  get "admin/users/new" => "users#new"
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.1.97'
2
+ VERSION = '0.1.98'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.97
4
+ version: 0.1.98
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: