You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After accessing the site and logging in, when wanting to edit again, the user asks and does not always perform the validation correctly
I upgraded DNN from version 7.4 to version 9.6, installed the active directory module as previously other validation was used. Users can log in correctly, however, administrator users navigate the page and when they want to edit something, a popup appears asking for their credentials and these are not validated.
In addition, the personal bar is constantly getting up
The text was updated successfully, but these errors were encountered:
This module only authenticates. It is not used for checking permissions, etc after login. It is not used when editting or persona bar. The behavior you are experiencing, I have found, is usually permissions related. This is especially true if the popup you see is from IIS.
Does this only happen on the server where DNN is installed ? Then it may be the same problem we also faced a few days ago.
We were able to solve this by disabling the loopback-check on the server via a registry setting (see link below)
After accessing the site and logging in, when wanting to edit again, the user asks and does not always perform the validation correctly
I upgraded DNN from version 7.4 to version 9.6, installed the active directory module as previously other validation was used. Users can log in correctly, however, administrator users navigate the page and when they want to edit something, a popup appears asking for their credentials and these are not validated.
In addition, the personal bar is constantly getting up
The text was updated successfully, but these errors were encountered: