DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

v. 09.10.02 (0) REGISTRATION SETTINGS Error

 10 Replies
 4 Subscribed to this topic
 40 Subscribed to this forum
Sort:
Page 1 of 212 > >>
Author
Messages
New Around Here
Posts: 18
New Around Here

Setting>Security>Member Accounts>REGISTRATION SETTINGS:=Verified (or any other)>Registration Form Type:> Set to Custom>Public Registration Fields: Username×

entry of Username or any others displays > Save 'Could not update the registration settings. Please try later.'  'The request is invalid'

This use to work.

Thanks in advance for any help

Veteran Member
Posts: 1246
Veteran Member
MVP
MVP
You're an MVP!
Which version of DNN?
Have you made any changes?
Are there any errors logged?
New Around Here
Posts: 18
New Around Here

DNN_Platform_9.10.2

This is on a new install.  Other old sites same rev might have been updated work ok

Changes below don't solve it

<< 

Username×

Save error

Settings>Site Settings> Site Behavior> User Profile are only Visable  None Required

New Around Here
Posts: 6
New Around Here

Are there any updates on this?  Two months have passed. I just installed the lasted DNN and I am having the same exact issue.

Set Registration Form Type to Custom.  Try to add any fields to Registration fields starting with UserName and it throws this error.

Could not update the registration settings. Please try later.

Error in JS console shows

http://awe-vs003:6366/API/PersonaBar/Security/UpdateRegistrationSettings
http://awe-vs003:6366/API/PersonaBar/Security/UpdateRegistrationSettings/API/PersonaBar/Security/UpdateRegistrationSettingshttp:///API/PersonaBar/Security/UpdateRegistrationSettings
Status 400 Bad Request

XHRPOSThttp:///API/PersonaBar/Security/UpdateRegistrationSettings
[HTTP/1.1 400 Bad Request 16ms]

    
POST
    
scheme
    http
host
  
filename
    /API/PersonaBar/Security/UpdateRegistrationSettings
Address
   
Status
400
Bad Request
VersionHTTP/1.1
Transferred585 B (214 B size)
Referrer Policystrict-origin-when-cross-origin
Request PriorityHighest

        
    HTTP/1.1 400 Bad Request

    Cache-Control: no-cache

    Pragma: no-cache

    Content-Type: application/json; charset=utf-8

    Expires: -1

    Set-Cookie: dnn_IsMobile=False; path=/; HttpOnly

    Set-Cookie: dnn_IsMobile=False; path=/; HttpOnly

    Set-Cookie: language=en-US; path=/; HttpOnly

    X-XSS-Protection: 1; mode=block

    X-Frame-Options: SAMEORIGIN

    Date: Wed, 03 Aug 2022 14:56:10 GMT

    Content-Length: 214
        
    POST /API/PersonaBar/Security/UpdateRegistrationSettings HTTP/1.1

    Host: awe-vs003:6366

    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

    Accept: application/json, text/javascript, */*; q=0.01

    Accept-Language: en-US,en;q=0.7,fr-CA;q=0.3

    Accept-Encoding: gzip, deflate

    Content-Type: application/json; charset=UTF-8

    TabId: 21

    RequestVerificationToken: FkjXigIXBNLKUL0i_SAc8ZTy7nirpInnBQJowKs-r5yqIo63iqQPPLBv4TN7vo89deO171V7sSbs6UH6AUs2X6I3k4vXC6pmT5JRAGOHFbkua05w0

    X-Requested-With: XMLHttpRequest

    Content-Length: 1391

    Origin: http://awe-vs003:6366

    Connection: keep-alive

    Referer: http://awe-vs003:6366/Des...ar/index.html?cdv=44

    Cookie: .ASPXANONYMOUS=bXZtzOVlChLgrwVnGjbm0YWgyevhCaEIJ-CpS4jja3YcAnWStmhONRYQaHHv1HWvKoEPb6e1UCTu8BVlphOmRMP9pHVhkC6LV6-eeY1Dw8wKudm40; dnn_IsMobile=False; language=en-US; __RequestVerificationToken=L8yWZMCZPK2j7ZoKiuInkuqzqYX6djj6V7ji59Ay7_A0n6cw8QUNgFpOcK_YF8478gFWHA2; authentication=DNN; LastPageId=0:21; ASP.NET_SessionId=isfcrzm3yqvddy0zznsag4pp; .DOTNETNUKE=5E19AF7EBBC4443391A19EC19573306708E82D6653E816317B27FC970685598D18245088D1DB5FE05F72F0EC1964EACB36AB50940D3343D463E0E97141B8C189C14073354BAE7EEFDC02E89C8CD8660707BFF226E230FCBF4AAEA5EEB96DEAC9DE355C0995C9FB46F92B5EB08D6378226AB97075

 

Long time DNN user. First install 2002. 20+ year DotNet Developer.
Growing Member
Posts: 48
Growing Member

I am having the same issue, on top of Verified registration not sending emails to verify and resend also not working. 

I checked an older DNN version and it works fine. V. 9.01.01 

New Around Here
Posts: 6
New Around Here

So how does this work now with DNN?  You find a bug, post in the forums and it goes off into the ether to never be answered or dealt with?  What is the proper mechanism to report issues now?  Is there anyone that actually fixes these issues?

Haven't used DNN since 2012 but really rethinking my choice at this point.

Long time DNN user. First install 2002. 20+ year DotNet Developer.
Veteran Member
Posts: 838
Veteran Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!

The forum is for discussing things :-) And of course, to get help how things work.
Bugs and enhancement requests are logged on https://github.com/dnnsof.../Dnn.Platform/issues

That's where people can elaborate on bugs and post the code that will solve things. If you are not able to code, you will be depending on others who do. Meaning that your bug will be triaged and if it is a bug that many of us encounter, it will get more priority than bugs that happen in just a few usecases. If you are not a code and want to speed things up, you can always try to do it as I do (I am not a coder myself): make it a paid job. On top of my head, I know Daniel Valadas has a donation option for Github work. 

New Around Here
Posts: 6
New Around Here

I did report this issue on the GitHub issues list.  If anyone wants to trackit, here is the link https://github.com/dnnsof...Platform/issues/5232

I would not hold your breath on it being fixed as there are issues open still from October of 2021 through now that have not been addressed.

Long time DNN user. First install 2002. 20+ year DotNet Developer.
Senior Member
Posts: 1322
Senior Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
Lifesaver
Lifesaver
You're Life Saver!
New Poster
New Poster
Congrats on posting!
3 Engaged Reader
Engaged Reader
You are an engaged reader!
Posted By Dave VanderWekke (AWE) on 19 Aug 2022 08:28 AM

I did report this issue on the GitHub issues list.  If anyone wants to trackit, here is the link https://github.com/dnnsof...Platform/issues/5232

I would not hold your breath on it being fixed as there are issues open still from October of 2021 through now that have not been addressed.

Hi Dave,

I feel the need to explain you a bit how this project (and any Open source project) works.
As DNN platform is now fully under the control by the community, this means that all development work is done by volunteers.
In general this means that issues being logged are fixed if one of these volunteers feels the needs to get it fixed, there's no process in place that makes sure all issues are fixed. Actually, issues that have been open for toolong get closed automatically.
Companies that don't have any in house developers can also sponsored a developer to get an issue fixed that's important to them. We have done so in several occasions (no, this is not meant as self promotion) but normally we also spend time on issues that are important to us or our clients.
So you are right, don't hold your breath, as, if no-one in the community feels the urge to fix an issue, it will most likely not get fixed.
 

 

 

New Around Here
Posts: 6
New Around Here

Thank you for explaining how DNN Platform issues now work.  I've been a .NET dev for 20 years and a software dev for over 30 so I understand open source.  I also developed modules and contributed to DNN back in the early days.

We use a ton of open source nuget packages in our apps.  They however get the attention they need as there are usually a dedicated team of volunteers that work on fixing them. With DNN it seems like volunteers are willing to make enhancements that may create bugs but unwilling to fix those bugs they created.

Long time DNN user. First install 2002. 20+ year DotNet Developer.
Page 1 of 212 > >>

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

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

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. 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.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved