Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
87d59c1e
authored
Sep 18, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Several issues fixed
parent
d7b7bf05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sails/src/assets/scripts/modules/login/controllers/login_setting_password.js
sails/src/assets/scripts/modules/login/controllers/login_setting_password.js
View file @
87d59c1e
...
...
@@ -86,7 +86,8 @@ dashboardControllers.controller('LoginSettingPasswordCtrl', function LoginSettin
.
put
(
config
.
backend
+
'/sup/changepass'
,
data
)
.
success
(
function
(
data
,
status
,
headers
,
config
)
{
$scope
.
reset
();
ngToast
.
success
({
content
:
$translate
.
instant
(
'password_changed'
)
});
ngToast
.
success
({
content
:
$translate
.
instant
(
'password_changed'
)
});
$location
.
path
(
"/login"
);
})
.
error
(
function
(
data
,
status
,
headers
,
config
)
{
$scope
.
reset
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment