Skip to content
Snippets Groups Projects
Commit b818b032 authored by juanf's avatar juanf
Browse files

SSDM-1419: PAPER - UI to create Users - Polishments

SVN: 33271
parent 87ed2129
No related branches found
No related tags found
No related merge requests found
...@@ -29,14 +29,14 @@ function ResetPasswordView(resetPasswordController, resetPasswordModel) { ...@@ -29,14 +29,14 @@ function ResetPasswordView(resetPasswordController, resetPasswordModel) {
_this._resetPasswordController.resetPassword(); _this._resetPasswordController.resetPassword();
}); });
$window.append($('<legend>').append("Reset Password")); $window.append($('<legend>').append("Change Password"));
// //
// Warning // Warning
// //
$window.append($("<p>") $window.append($("<p>")
.append($("<span>", { class: "glyphicon glyphicon-info-sign" })) .append($("<span>", { class: "glyphicon glyphicon-info-sign" }))
.append(" The password reset only works with file authentication service.")); .append(" Password change only works with file authentication service."));
// //
// User ID // User ID
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment