-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change password in self service #3063
Labels
Type:Story
User Story
Comments
exalate-issue-sync
bot
changed the title
graph/users: Allow users to change their own password
Change password in self service
Mar 7, 2022
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 5, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 6, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 9, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 9, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 11, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 11, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 12, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 12, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
May 17, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: owncloud#3063
rhafer
added a commit
that referenced
this issue
May 17, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: #3063
dragonchaser
pushed a commit
that referenced
this issue
Jun 1, 2022
To allow users to change their own password when using the Graph LDAP backend. Closes: #3063
Michael Barz commented: Currently qualified as bug, will be tackled in next beta. |
Seems the exalate bot is acting strange here. Moving back to done .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently only the admin is able to change password we need to allow users to change their own passwords via:
POST /me/changePassword
User Stories
Value
Acceptance Criteria
[ ] change password works in IDM
[ ] positive API test required (correct password, exchange of pw possible)
[ ] negative API test required (wrong password, no pw exchange possible)
Definition of ready
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] codre review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
The text was updated successfully, but these errors were encountered: