Skip to content

Commit

Permalink
fixing MID-1973 (allow password reset for end user role)
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jul 18, 2014
1 parent 5a165f9 commit 7f4996b
Showing 1 changed file with 15 additions and 0 deletions.
Expand Up @@ -37,6 +37,21 @@
</owner>
</object>
</authorization>
<authorization>
<action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#modify</action>
<item>credentials</item>
</authorization>
<authorization>
<action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#modify</action>
<object>
<type>ShadowType</type>
<owner>
<special>self</special>
</owner>
</object>

<item>credentials</item>
</authorization>
<authorization>
<action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#read</action>
<object>
Expand Down

0 comments on commit 7f4996b

Please sign in to comment.