0 votes

Hello again!

I discovered to make the password reset function with default account options (force password reset on first logon checked, User Cannot Change Password and password never expired unchecked, etc) I need write permissions to the 'User Cannot Change Password' Property. I can't seem to locate the GUID for that property either on the Microsoft site or in the Adaxes console.

I have already granted write permission to account options but that doesn't appear to be enough because I get an error in the web interface saying I can't reset the users password because I can't write the 'User Cannot Change Password' Property. As soon as I assign that permission in the UI it works.

I'm trying to build all security roles in powershell. I'm hoping there's a GUID for that I can add to my script, I just can't find the darn thing.

by (810 points)

1 Answer

0 votes
by (810 points)

I did a little more research and it appears the reason I can't find the GUID in the microsoft documentation is it's a "Calculated Property"

http://www.adaxes.com/help/ValueReferen ... rties.html

I think the one I'm looking for is adm-CanNotChangePassword. Where can I find the GUID for that property or is there another way to refer to it?

0

Hello,

Yes, you need the adm-CanNotChangePassword property. The GUID of the property is {60b10d64-0f1b-465f-8cc0-bef2de541343}.

Related questions

0 votes
1 answer

Hello again! I'm building a script that will create Adaxes Security Roles for each new customer we bring on I'm trying to create a Role with the ability to change ... properties for user or group objects it would really help me get the script finished up.

asked Nov 14, 2015 by drew.tittle (810 points)
0 votes
1 answer

The default is http://[mydomainname]/Adaxes/SelfService is there a way to change this? example; http://[mydomainname]/passwordselfservice or http://[mydomainname]/help

asked Sep 17, 2021 by john_shook (40 points)
0 votes
1 answer

User received email from Lumifi and wanted to verify if legit or if this is not from Adaxes?

asked Nov 30, 2022 by Jeff.Briand (40 points)
0 votes
1 answer

Does Adaxes all one to setup/configure a custom dictionary with chosen words that will prevent passwords beign set with these words? Example: Many people use "Welcome", "Password", ... set, even from an Admin side when the first password is set for an Account

asked May 10, 2022 by dtorannini (80 points)
0 votes
1 answer

Error occurs when trying to use SSPR from self-service web interface and from the Windows login screen. Has anyone seen this before? I haven't been able to ... configured exactly how it is laid out here: https://adaxes.com/help/ConfigurePasswordSelfService/

asked Apr 19 by dhodgin (20 points)
3,231 questions
2,932 answers
7,499 comments
535,260 users