Opencard admin is logging in to same account for different profiles - authentication

I am building an opencart 3.0.3.8 site. I have a problem with admin login. I have created 2 admin profiles say User 1 and User 2. The problem is its getting logged in to the User 1 account even if I logged in using user 2 credentials. I don't know if its a bug or some misconfiguration from my side. Requesting your inputs on possible ways to fix this.
I tried deleting the user 1 profile from db directly and it completely disabled admin login.
I can login using the User 1 credentials even if all users are disabled.

Related

KeyCloak : Disable account after 5 incorrect login attempts, and send an email to the user to reactivate the account

I'm working on a project with KeyCloak where the requirement is after 5 incorrect login attempts from the user, the account needs to be suspended, and an email should be sent to the user to reactivate the account
So far I couldn't find this configuration, can you please tell me if it's possible? And if yes, where the option is?

Invalid Login Credentials in Oracle APEX After Resetting the Password from the Administration Panel in ADB-S

I reset one of my administrator user's passwords using the APEX Administration Interface and now he can't login into the workspace, I already tried to reset his password several times with passwords that comply with ADB-S' (Autonomous Database Shared's) Complexity rules but APEX is still throwing an "Invalid Login Credentials" error as if the password, workspace or account name are incorrect. I already reviewed that the three details are to-the-letter, but the error is still showing up
It took me about 1 hour to figure it out but here's what happens:
Turns out that when an APEX workspace is created, the administrative account is linked with a Database Schema, just as it happens in a normal installation BUT the catch is that APEX Login UI in ADB-S uses "Database Credentials" to login, and if both passwords don't match, the UI will deny the login with the "Invalid credentials error".
The solution to this issue is to change the password using the APEX UI and then change the associated schema password to be the same as the one you entered in the APEX UI, once that's done, in that order, you'll be able to login with your administrator user again.

Invalid user or password or the account is blocked due to multiple failed login attempts

Error Message:- Invalid user or password or the account is blocked due to multiple failed login attempts. If so, it will be unblocked automatically in a short time.
I have installed Openproject in Ubuntu environment.
Today morning i updated the Openproject.
When i tried to login using my user name and password I got the above error message
The database is Postgresql.
I could able to login to db.
what is the solution to resolve this issue and i am want to unblock the account.
All the accounts, including admin account could not able to login.
Create a new username and password with admin rights in postgresql DB.
Grant admin rights to the user.
Login to the website using the new username and password.
GO to adminstration - Authentication -
check
AUTOMATED USER BLOCKING
Block user after this number of failed login attempts
--Give the input Zero - 0
It will allow the user to login any number of times if they fail.
thanks

Grafana: Any way to integrate invite users with LDAP login

I am trying to configure Grafana for my organization. I was able to configure LDAP and MySQL database pretty easily but when I try to invite a new user to an org in Grafana, it always asks the user to join Grafana.
This would be an OK behavior if at that point Grafana would authenticate against LDAP. Instead, it creates a new user in its own database. This would lead to conflict with LDAP in case the user's AD passwords changes.
This works perfectly when a user had previously logged in to Grafana. An invite sent after would directly take the user to login page.
Is it possible to do the same in case the user is not already registered in Grafana? I really want to avoid saving user credentials in Grafana database.
Any help would be appreciated. Thanks.
I am not a Grafana expert, but looking through the source code on GitHub it certainly seems that new user registration will not go through LDAP. This is obvious in the LDAP related configuration file where you see the read-only credentials needed to look up users in the LDAP directory. A read-only administrator in LDAP will not be able to create new users as this would be necessary during a registration step. The code also indicates that registration creates temporary users in the internal store.

OPenLDAP account lockout

I have openldap server and lot of applications are getting authentication setup via LDAP. I am using an Auth user for the apps which is getting locked again and again because of that I have to reset the password of Auth user to make my application start authentication again.
I have implemented ppolicy and made and exception for my Auth user. Which seems working for sometime but account locking started again. I have account lockout policy for 5 wrong password attempts which is working fine with exception to Auth user when I try manually entering wrong password more than 5 times.. So I am suspecting there must be some other system policy for account lockup may be for 250+ wrong attempts or so...
I am just looking for an option to make Auth user unlimited wrong password tries. Is it possible? Is yes how?