Manage Users For This Role / Manage Roles For This User Question
In the roles/user management pages there is a link called Manage Users For This Role and Manage Roles For This User respectively. I want non Admins to be able to see these pages, and currently I have it so that they can see the manage users and manage roles pages. However, when a non admin clicks on Manage Users For This Role or Manage Roles For This User link it does not display the control, just an empty page. I can get around this by giving edit rights to the page, but I do not want them to have edit rights for the page. Any ideas?
Thanks
...
Creating User Account Without Default Security Role (Registered User Role)
My DNN version is 3.1.1. The portal is set to Private Registration. Unauthenicated users have access to the basic pages of the site. We require my company's current customers to register and be approved to have access to all other pages that contain information restricted to them (the major part of the site). As you know, authorizing a user account applys the Registered User security role by default and this is how I control access to the customer areas. We want to create a page that will be used by Marketing to allow potential customers by login to...
Users Managing Users
I need to create groups of users (Distributors) and in those groups,
allow one of them to be able to create new users for that group.
Each Distributor managing their own group of users.
I am wondering if this could or should be a module or should I start hacking the source.?
For this instance, I'd say create yourself a custom module. The "hack the source" approach tends to introduce issues over time. :-)Bill KnausBlog: http://life.billknaus.com/blogs/ymmv/Website: http://billknaus.com/
Check out WorkControl-UserManager http://www.workcontrol.com/Products/Use...
Security Roles and User management
I have a question concerning Sercurity roles in 2.0 beta 3.
I noticed that I am unable to delete the registered security role from user profiles where as I was able to do this in 1.x will this be the same in the final release?
I ask because I would really like to set up 3 security roles just like I currently have in 1.x:
Public - no rights other then read ony
Registered - allowed to make content changes but not move modules or add users and such
Admin - full control
Will this be possibe in 2.0? This is kind of a criticle issue for us as we are going to be using DotNetNuke f...
Can we share admin features with other user roles? e.g. (manage users)
Can we share admin features with other user roles? e.g. (manage users)
or
Can we limit the features by default exposed to admin? e.g. (File manager)
...
DLU, "user management", user login and user source
I see I can disable the ZCM user login as discussed in the following
documentation:
'Novell Documentation'
(http://www.novell.com/documentation/zcm10/zcm10_system_admin/?page=/documentation/zcm10/zcm10_system_admin/data/bebfrq5.html)
If I choose to disable the "user management" on the Agent, does that do
the same thing? With User Management disabled, what else does that
prevent?
I am not assigning ANY bundles or policies to users - only to
workstations. I do have a dynamic local user (dlu) policy assigned to
workstations so I must have "User Source&quo...
Managing users
Hi!
Can someone tell me, I don´t get this with authorized and unauthorized users.
When I´m registering users manualy, I mark the checkbox for them as authorized users, but when I click on the linkbutton "Unauthorized" in the users list, all of the authorized users show up as if they were unauthorized, but the userlist gives the value "True" under the Authorized column.
Have i missed something?
Hi Pehu,
No, you haven't missed anything. With the current design of the code this will happen until the user logs in for the first time as a ne...
User Management not dispalying usersWhen attempting to do an advanced search for users under User Management
in the iFolder Management web interface, I am unable to find any users to
configure. The context has been set in the Global Settings. The server
is running NW 6.5 SP5.
LDAP looks like it is configured correctly and I have it setup to use
ports 389 and 636 (went with defaults during the install).
Can anyone point me in the right direction on how to get the search
working?
Chris
Chris,
It appears that in the past few days you have not received a response to your posting. That concerns us, and has ...
allow registered users of a site, to create new users and manage their roles and passwords etc
Hi Hi All
Im looking for a solution which will allow registered users of a site, to
create new users and manage their roles and passwords etc, so that the
registered primary user becomes an administrator for the other users they
create.
In short, I am not good enough to create this my self, so if anyone knows of
an off the shelf solution that exists, or what this type of thing is know
as so I can find it via a web search, I’d be most grateful as I’m not having
much luck so far
Thanks
odxsigma
Hello
yes , there is somethi...
Security
Hi,
I have set up the membership and roles provider with Active directory and SQL server respectively, and everything was fine. However I am having this problem in the ASP.NET web Adminstration Tool when I go to Manage Users, and try to edit and save a users Email/Description, it returns an error saying:
Please correct the errors below.
Type 'System.Security.Principal.SecurityIdentifier' in assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable.
Yet, I do not have any problem with updating the roles database. A search on ...
Active Directory & SQL list of users with managers and managers with users
I have been tasked with some authentication/access items and know there is an easy way to do this within AD but don't know where to start. What I have set up is a OU called Test Users within an OU called Sales within our main domain. Within the OU=Test Users there are several security groups having as many as 100 or as little as one person in them. The goup names are Manager, Regional Mgr, Sales Reps. A Sales Rep can have a Regional Mgr and a Regional Mgr has a Manager. There are some cases where a Sales Rep does not have a Regional Mgr and then is associate...
Managing security
Hi all
I've been helped out a lot with regards to roles/ membership etc. but have a couple of queries.
I have a group of people who have the role of PracticeManager. These people log in and are then forwarded to a folder/pages whereby they can submit documents relating to schemes they are involved in.
Each user on logging in must only see content which is specific to them. e.g. Documents that they have uploaded and database content that they have created. Each user will upload similar documents and create similar rows in a database but cannot be allowed to view other peoples submissi...
manage default user profile for all usersWe're are halfway through a rollout of all new machines (W2K SP3). I
just
discovered that you can change the default user profile to a custom
one by
copying over the default user profile in W2k. This could save me tons
of
time, as it takes care of all the nitpicky stuff (IE6, Office 2k,
media
player, etc) that one has to setup for each user. Unfortunately,
we've
already ghosted our machines with the standard default user profile
(and
I'm not planning on going back and reloading a custom profile on each
machine). My question is this. Is it possible using z...
Problem : Get a list of user belonged to a role or to know if a user already has a role
What code can I write to know if a user belonged to a Role already ? and How can I get a list of a user already in an existing role ? Please have a look at my code below : Protected Sub AddUsers_OnClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnAddUsersToRole.Click' I wanna add some code here to check if a user already belonged to a Role' Please insert your code here. Thanks a lot. ' A role must be selected If RolesListBox.SelectedItem Is Nothing Then Msg.Text = "Please select a role." Exit Sub End If ...