0 votes

Is there a way to add a list of groups with checkboxes beside in the Create user part of the portal? I would like to have checkboxes for a small nr of groups when helpdesk is creating a user so that the user is added to that group automatically. I don't want to use some other attribute and check that using a business rule.

by (260 points)
0

Found the "answer" myself..
Add MemberOf on Create User Form

Or is there any new input on this?

1 Answer

0 votes
by (216k points)

Hello,

Currently, the only way how you can do what you want is to add a set of Adaxes custom boolean attributes to the form for creating users, 1 attribute for each group. Boolean attributes can be displayed as checkboxes, so users will see exactly what you want: a set of checkboxes where they can tick the groups they want.

Then, a Business Rule triggered after creating a user will add the new user to the necessary groups using a script.

If you want to implement such a solution, here are a couple of links that can help you:

  1. How to add attributes to the form for creating users (starting from step 6): http://www.adaxes.com/tutorials_WebInte ... tomization ;

  2. How to automatically run a script after creating a user: http://www.adaxes.com/tutorials_Automat ... ngUser.htm ;

  3. Scripts that can help you writing your own script for the solution you need:

If you want us to write a script for you, our script guys can do that.

0

OK. I'll take a look at this. Thanks!

Related questions

0 votes
1 answer

I’m looking for a way to take a unique number from Adaxes and use part of it to create an employee ID for the AD attribute field.

asked Dec 25, 2023 by cewilson (120 points)
0 votes
1 answer

Example: If a user has a ' in theirname: Fred J O'neal. Normally the username is set as %lastname:lower,4%%firstname:lower,3%%initials:lower% Problem is o'nefrej would be the result. ... name", "Information") $username = #this is what I'm not sure how to do?

asked Dec 6, 2022 by mightycabal (1.0k points)
0 votes
1 answer

I am using this script modified for my testing. Import-Module Adaxes $csvFilePath = "D:\TestFeed\ImportNewUsers.csv" # Path to pick up feed file $userIdColumn = "Employee Number" # TODO: ... initial. I would like to add a 2 for now if the sam isn't unique.

asked Oct 17, 2022 by mightycabal (1.0k points)
0 votes
1 answer

Hello, We are currently allowing users to submit requests for new user accounts within the domain. By default, the logon name is being formatted as %firstname%.%lastname% However this ... pre-Windows-2000 user logon name. Is there a way to work around this?

asked Dec 11, 2020 by sirslimjim (480 points)
0 votes
1 answer

Hi When one of our admins create a user through the webinterface, the following error appears, and the user is not created: Access to the attribute is not permitted because ... is owned by the Security Accounts Manager (SAM). (Server: domain.local) Any ideas?

asked Jun 4, 2013 by kjesoo (960 points)
3,326 questions
3,025 answers
7,724 comments
544,676 users