Comments
-
Hi Greg When setting up a new alert I only have the option between Group Membership Changed, Account Locked and Password Reset. Where can I set an alert when a new use is created? Keep in mind we want to trigger it no matter if it has been created in or outside of ARM.
-
Hi Christian Thank you for your answer. But I think there is a little misunderstanding. I don't want to restrict future password changes generally, I know that this should be done via GPO. When I set restrictions on the User Template, the restrictions are only applied to automatically generated password. The Admin can set…
-
Hi Mario Thank you for your help. Is it also possible to restart a Logga?
-
I have found out how to block the user from editing attributes. You just need to set IsEnabled to false and IsHidden to false as well. { "Name": "Description", "Definition": { "Type": "TextField", "Label": "Description", "Description": "", "DefaultValue": null, "IsRequired": true, "IsEnabled": false, "isHidden": false,…
-
Hi MIke Thank you for your answer. I have talked to the support and they have assured me that it always takes the language the user who gets the mail was last logged into ARM Web. I have tested it and this seems to be the case. Of course it would also be an option to change the XSLT File
-
Thank you for your help. But as we use multiple templates with different formats that was too much work for me, so I searched for a different solution. The easiest way that worked for me was to simply add a <pre> html Tag Now the Line Breaks are formatted in html. In the css I then changed the formatting of the pre Text.…
-
Dear Paul I tried it out with the AccountSearchTextfield but unfortunately I didn't figure out how it works. This is the part of the Template I added: As an attachment I added the whole JSON Template. What am I doing wrong? Thanks a lot for your help…
-
Hi Paul Thank you for your help. Yes I am talking about ARM Request system. Is there a way to call this via API ?
-
Dear Paul Thank you for your answer. Maybe it was simply an error from my site. I will try again
-
Hi paul Thanks a lot for your answer. I will have a look at the AccountSearchTextField and try it with that