Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

##Editing problems #78

Open
marcelafigueroal opened this issue Mar 26, 2021 · 2 comments
Open

##Editing problems #78

marcelafigueroal opened this issue Mar 26, 2021 · 2 comments

Comments

@marcelafigueroal
Copy link

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

@sawest
Copy link
Collaborator

sawest commented Mar 26, 2021

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.

@inu-web
Copy link

inu-web commented Apr 27, 2021

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)

https://www.experts-exchange.com/articles/1006/Fix-401-1-Error-when-browsing-a-website-using-integrated-authentication-directly-from-the-server.html

  1. Click Start, click Run, type regedit, and then click OK.

  2. In Registry Editor, locate and then click the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

  3. Right-click Lsa, point to New, and then click DWORD Value.

  4. Type DisableLoopbackCheck, and then press ENTER.

  5. Right-click DisableLoopbackCheck, and then click Modify.

  6. In the Value data box, type 1, and then click OK.

  7. Quit Registry Editor, and then restart your computer.

Hope that helps

Regarding the persona bar issue there seems to be another issue still open:
#28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants