|
Browse by Tags
All Tags » registration (RSS)
-
Unfortunately this is not a configurable option in this version of ExCM. To accomplish this you would have to create a custom register.aspx page by extending the ExCM register.aspx page.
-
I have added a checkbox to the registration form for users to have to Agree to the terms. I I have added "IsRequired=true" but it does not seem to be a required field. Am I missing something? < add name = " Boolean " type = " System.Boolean " defaultValue = " false...
-
I didn't want to leave registration open to anyone and everyone. I have about 60 email domains I would like to add in the approved list. I started populating the approved domains with my list and could not proceed after I had 10. Is there way to increase the number of approved domains in the list...
-
We have ExCMRelease_1.0.8170.2 installed. We were wanting to change the expiration days on the invitations from 3 days to 1 week. What is the easiest way of doing this?
-
Hi I have extended the RegistrationPage class to implement my custom registration page, now I have a requirement to bulk load 1000s of users using the the same process. I will get a CSV file with user details which I need to read and create registraion for each of the user. So step 1: I need to be able...
-
If the Verify Anonymous Accounts option is set to 'Yes' the user will be sent an e-mail after registration to verify the e-mail address provided is their own. The approval process will not begin until the e-mail address have been verified. If the Require Approval for Anonymous Registrations options...
-
In Delegation Configuration / Registration Settings / Anonymous Registration Settings - Please explain the difference between a) Verify Anonymous Accounts and b) Require Approval for Anonymous Registrations Regards, KAmstutz PBS&J Orlando, FL
-
I am getting the following errors in the default registration pages. Line 44 Object expected and once you click register I get the follwoing errors. Line 1014 _spBodyOnLoadFunctionName's is undefined. Line 122 Object Expected. This is a high priority and any help you can give me would be greatly...
-
Did you change the Registration URL on the Delegation Settings page? Again, this can be done from Site Actions -> Delegation Settings -> Modify All Delegation Settings -> Delegation Settings -> Navigation Settings Section. You will need to fully qualify the Registration URL to the full path...
-
You can remove a user with the following command... Membership.MembershipProvider.DeleteUser(UserName);
|
|
|