Skip to content

Conversation

@JackWillDavis
Copy link
Contributor

This is a fix for: #25532

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

New pull request being put through as old wouldn't rebase.

FYI @DeepDiver1975

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.
@mention-bot
Copy link

@JackWillDavis, thanks for your PR! By analyzing the annotation information on this pull request, we identified @ringmaster, @MorrisJobke and @PVince81 to be potential reviewers

@CLAassistant
Copy link

CLAassistant commented Aug 10, 2016

CLA assistant check
All committers have signed the CLA.

function (result) {
if (result.status != 'success') {
if(result.status == 'success') {
OC.Notification.showTemporary(t('admin', result.status));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This displays "success", the same string as returned by the server.

It would be better if the message would be clearer and said "Password successfully changed"

@JackWillDavis
Copy link
Contributor Author

I wasn't sure on how advisable it was to return a hard coded message when the returned status would give an indication the event had completed successfully.

Agree with your point though, shall I update?

@PVince81
Copy link
Contributor

Yes, please update

Updated the password update success message
@JackWillDavis
Copy link
Contributor Author

Updated now

@PVince81
Copy link
Contributor

👍

1 similar comment
@DeepDiver1975
Copy link
Member

👍

@DeepDiver1975 DeepDiver1975 merged commit 3cebeb1 into owncloud:master Aug 19, 2016
@DeepDiver1975 DeepDiver1975 self-assigned this Aug 19, 2016
@DeepDiver1975
Copy link
Member

DeepDiver1975 commented Aug 19, 2016

DeepDiver1975 pushed a commit that referenced this pull request Aug 19, 2016
* Password Update Notification

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

* Password Update Success Message

Updated the password update success message
DeepDiver1975 pushed a commit that referenced this pull request Aug 19, 2016
* Password Update Notification

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

* Password Update Success Message

Updated the password update success message
DeepDiver1975 pushed a commit that referenced this pull request Aug 19, 2016
* Password Update Notification

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

* Password Update Success Message

Updated the password update success message
PVince81 pushed a commit that referenced this pull request Aug 22, 2016
…11cd9864df9372098b55e

[stable9.1] 25532_issue_password_update_notification_updated (#25756)
DeepDiver1975 added a commit that referenced this pull request Sep 30, 2016
…25867)

* Password Update Notification

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

* Password Update Success Message

Updated the password update success message
DeepDiver1975 added a commit that referenced this pull request Sep 30, 2016
…#25868)

* Password Update Notification

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

* Password Update Success Message

Updated the password update success message
@lock
Copy link

lock bot commented Aug 4, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants