0

I am trying to secure my DNN site running on DNN version 7.01.02

WHat i am looking for is that anybody who registers for a new account must enter a valid email id and should be able to login only after he clicks the verification mail.

Currently the way i have it is Once the user enters his Email and chooses a password he is directly logged into the site and only gets the following message.

enter image description here

enter image description here

Here are the site settings for the Website i use to control the user Registration. So how can i change this config so that the user can only log into the portal once he goes through the verification mail

PS: My verification mail works. I have checked the SMTP settings.

Community
  • 1
  • 1
MarsOne
  • 2,155
  • 5
  • 29
  • 53

2 Answers2

1

As an administrator, go to Site Settings, User Account Settings and change the User Registration Setting to "Verified."

The user will be required to enter a verification code when they log in for the first time.

Joe Craig
  • 1,244
  • 1
  • 7
  • 7
  • Thats what i did. Does not work... user gets logged in the first time before he verifies his mail... – MarsOne Mar 06 '14 at 07:34
0

I personally use the private setting, but I have a low traffic site. IF you dont mind verifying the accounts you can do that. Also you can set it to redirect to a page where it tells them that the account needs to be approved before they can login

user3223048
  • 163
  • 7