MPUserXLogin don't work

Hello! I’m trying to create an mpuserxlogin login system, I followed all the steps in the tutorial on the website, but when I go to localhost and enter a user in the login system, it says authorization failed, even though the data is correct and verified:
image
Should i bind something to this login:

Hi Darius-loan,

I just tried this with a new blank project and was able to login as Anonymous by following these steps:

  1. Create a new project
  2. Add mappView to your project. Create a page and content, and add the configuration files
  3. Activate the OPC-UA System in the CPU Configuration
  4. Add the MpUserX and MpUserXLogin configuration files to the mappServices folder of the Configuration view
  5. Add a Login widget to your new page content
  6. Transfer and test

The user Anonymous (without password) and role Everyone exist as default in a new project within the User Role System configuration files. If you’ve edited these files at any point, you may want to double check that the user you’re logging in as exists and has the password you think it does (or no password).

1 Like