From eff3552ea15816291b8980538e7915b527706818 Mon Sep 17 00:00:00 2001 From: jvelilla Date: Thu, 16 Jul 2015 13:01:53 -0300 Subject: [PATCH] Updated block new password using Request instead of Require. --- .../demo/site/modules/auth/templates/block_new_password.tpl | 4 ++-- modules/auth/site/templates/block_new_password.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/demo/site/modules/auth/templates/block_new_password.tpl b/examples/demo/site/modules/auth/templates/block_new_password.tpl index b057d87..645bb2d 100644 --- a/examples/demo/site/modules/auth/templates/block_new_password.tpl +++ b/examples/demo/site/modules/auth/templates/block_new_password.tpl @@ -1,7 +1,7 @@
- Require new password by email + Request new password by email
@@ -16,7 +16,7 @@
- Require new password by username + Request new password by username
diff --git a/modules/auth/site/templates/block_new_password.tpl b/modules/auth/site/templates/block_new_password.tpl index b057d87..645bb2d 100644 --- a/modules/auth/site/templates/block_new_password.tpl +++ b/modules/auth/site/templates/block_new_password.tpl @@ -1,7 +1,7 @@
- Require new password by email + Request new password by email
@@ -16,7 +16,7 @@
- Require new password by username + Request new password by username