From 438ebb940eec761ed5c3dd21687040f852e61130 Mon Sep 17 00:00:00 2001 From: Vitor Baptista Date: Mon, 7 Nov 2016 18:13:33 +0000 Subject: [PATCH] Fix condition to show forgotten password link and alter its message --- rd_ui/app/views/users/show.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rd_ui/app/views/users/show.html b/rd_ui/app/views/users/show.html index 82768c0755..07d7ce65e0 100644 --- a/rd_ui/app/views/users/show.html +++ b/rd_ui/app/views/users/show.html @@ -34,9 +34,10 @@

{{user.name}}

The user should receive a link to reset his password by email soon.

-

- You can use the following link to reset the password yourself:
- {{passwordResetLink}} +

+ You don't have mail server configured, please send the following link + to {{user.name}} to reset their password:
+ {{passwordResetLink}}