diff options
| author | Azul <azul@leap.se> | 2012-07-26 10:51:42 +0200 | 
|---|---|---|
| committer | Azul <azul@leap.se> | 2012-07-26 10:51:42 +0200 | 
| commit | 7de7a78668a83eaab58597ce655ba613d4b477fb (patch) | |
| tree | 0de1e7bb7af165eb8d165dc4ba296acb7850fdc0 /example/views | |
| parent | 1481331f3827711c16a3bcfb0ae0c6e4afd788d9 (diff) | |
turned server class into authentication module - test green, example broken
The example seems to be broken due to changes in srp-js
Diffstat (limited to 'example/views')
| -rw-r--r-- | example/views/signup.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/example/views/signup.erb b/example/views/signup.erb index 6e1bbf3..2b26820 100644 --- a/example/views/signup.erb +++ b/example/views/signup.erb @@ -1,6 +1,6 @@  <h2>1. Signup</h2> -<form class="form-horizontal" action="/signup" method="POST"> +<form class="form-horizontal" action="/register/user" method="POST">    <legend>Signup to test secure remote passwords</legend>    <div class="control-group">      <label class="control-label" for="login">Login</label>  | 
