Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error: User Registration is currently unavailable.Error: User Registration is currently unavailable.
Previous
 
Next
New Post
7/5/2011 5:08 AM
 

This is definitely a problem with Mail Servers. Please set proper SMTP Settings and mail address. If the registration still doesn’t work, tweak a few lines of code in ManageUsers.ascx.vb which is under DesktopModules/Admin/Security Folder. It registers the user correctly but the error occurs in sending mail in UserCreateCompleted Method where

strMessage = CompleteUserCreation(e.CreateStatus, e.NewUser, e.Notify, IsRegister)

 In CompleteUserCreation Function

Case PortalRegistrationType.PublicRegistration

                      

Mail.SendMail(newUser, MessageType.UserRegistrationPublic, PortalSettings)

 

Dim loginStatus As UserLoginStatus

UserController.UserLogin(PortalSettings.PortalId, newUser.Username, newUser.Membership.Password, "", PortalSettings.PortalName, "", loginStatus, False)

The Mail.SendMail throws an error because of which the two lines below the Mail.SendMail which logs you into the website isnt executed.

Please take a backup of your ManageUsers.ascx.vb. Browse to the following URL and copy all the lines of code and replace the whole code in your ManageUsers.ascx.vb.

http://www.europeanstopovers.com/Mana...

The Registration in DNN 5.6 worked for me. Hope it works for you too.

I installed DotNetNuke 6.0 CTP Edition and registration seems to work fine. So I hope with 6.0 there wont be any problems with registration in the future.

 
New Post
1/10/2012 4:17 PM
 

I know this is a really old post but thought I would add a secondary solution for someone who may come across the error:

An error has occurred.
Error: User Registration is currently unavailable. 

When experiencing the same issue the Event Manager had module load errors with the following error message:

DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'ASPDNSF.Checkout' or one of its dependencies. The system cannot find the file specified. 

To resolve the issue we found some profile fields left over from an old AspDotNetStorefront installation and deleted them. Admin > User Accounts > Manage Profile Properties > Delete Property Name "AspdnsfCustomer".


 
New Post
12/29/2014 10:11 AM
 

Thank you! This fixed my problem! I was getting errors registering, adding, and modifying user accounts. 

I recently removed thousands of spam accounts and accidentally changed my portal admin (to a user with a different email address than the Super User account and the account used to configure my SMTP settings). 

I changed the portal admin account back to the way it was and all my errors stopped!

Thanks again!

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error: User Registration is currently unavailable.Error: User Registration is currently unavailable.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out