From f3cb1c31e30a0d31eb545439fe3ad7da68ccb189 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 3 May 2012 16:36:05 +0200 Subject: user/hash_password: add form to support normal browsers Signed-off-by: Florian Pritz --- application/views/user/hash_password.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 application/views/user/hash_password.php (limited to 'application/views') diff --git a/application/views/user/hash_password.php b/application/views/user/hash_password.php new file mode 100644 index 000000000..a0aa88ce5 --- /dev/null +++ b/application/views/user/hash_password.php @@ -0,0 +1,26 @@ +"; + echo implode("
\n", $error); + echo "

"; +} + +if ($hash) { + echo "

Result (this hash uses a random salt, so it will be different each time you submit this form):
$hash

\n"; +} +?> + + + + + + + + + + + + +
Password
Confirm password
+ + -- cgit v1.2.3-24-g4f1b