Getting Access Denied when using Odoo External APIs on an inactive user - odoo

Im getting an access denied error when trying to do any operation on an inactive user in Odoo 14. When making the user active the API requests are working normally.
This is not the case when on my Odoo 13 instance. Is this a change that was made starting Odoo 14 or am I missing something ?
Thanks

Related

LDAP: error code 49 -NDS error: failed authentication (-669)" to connection"

Users of our application complain once in a while every couple of weeks that they are not able to login to application. After 10 to 15 minutes they are able to login successfully.The application has around 500 users. But, only some 10 to 15 get this issue sometime.
Our Authentication service shows the error message in log:
LDAP: error code 49 -NDS error: failed authentication (-669)" to connection"
Could the issue be in LDAP server or memory issue? Did some research on google and found https://www.novell.com/support/kb/doc.php?id=10073582 . It says "PublicKey and ACL is missing on the WebAccess_PCO object." But then no one should be able to login.
eDirectory version is 8.8.7

Odoo notification, your database is expiring in 10 days. you have more users than your subscription allows

I have a licenced enterprise version of ODOO installed (on premise) on one of my aws servers. I am getting an error that says
Your database is expiring in 10 days. you have more users than your subscription allows.
Before this error came in i had around 10 users, but i think my subscription only allowed 5 users. Anyways i have removed the rest and now i just have 5 users in the system. Why am i still getting this error? Do i have to do something on my end?
I am using the latest version of odoo.
What you will have to do in order to be sure that your DB and your license are aligned is to proceed manually to a user check.
Here is the process to follow:
1/ go to debug mode
2/ go to "Settings
This should then have as a result that your license and DB will be aligned and then the message shouldn't appear anymore.

Odoo (OpenERP) Lockout Mechanism

How can i prevent the user from logging in odoo (openerp) system after 5 attempts of invalid username or password.
I have found a workaround to my question to have a captcha ( https://apps.openerp.com/apps/modules/7.0/web_captcha/) installed on my system but i don't need a captcha any more.
Based on your question i tried to create a simple module using which you can restrict the Odoo users not to login for some time.
Based on Configuration, it will unlock the users. Write back to me if you find any Bugs in it. You can clone it from git#github.com:muralikrishnareddy/lockout.git . or its location is https://github.com/muralikrishnareddy/lockout Its for odoo-8.0.

Bugzilla 4.2.4 - Turning Off LDAP authentication

I installed Bugzilla 4.2.4. After the install I was asked to create a admin account.
So I put in a email address and a password. Opened Bugzilla and logged in as Admin. Went through the admin configuration. I want to use LDAP to authorize my users. so I set up the LDAP configuration.
I logged out and when I tried to log back in using my LDAP password. I got the following error:
Failed to bind to the LDAP server. The error message was: No such object
Traceback:
at Bugzilla/Auth/Verify/LDAP.pm line 168
Bugzilla::Auth::Verify::LDAP::_bind_ldap_for_search(...) called atBugzilla/Auth/Verify/LDAP.pm line 60
Bugzilla::Auth::Verify::LDAP::check_credentials(...) called at Bugzilla/Auth/Verify/Stack.pm line 62
Bugzilla::Auth::Verify::Stack::check_credentials(...) called at Bugzilla/Auth.pm line 72
Bugzilla::Auth::login(...) called at Bugzilla.pm line 345
Bugzilla::login(...) called at /www/https/htdocs/bugzilla/index.cgi line 40
I might have put a LDAP variable in wrong. But now I can not get back in to Bugzilla. I went to ./checksetup and recreated the admin password. But still Bugzilla is trying to authenticate through LDAP.
How can I tell Bugzilla not to use LDAP authentication so I can log back in and check my LDAP variables?
Inside Bugzilla/data/params file, you can set the value for 'user_verify_class' back to DB, LDAP

CRE Loaded error after installation success?

this question is directed to a CRE Loaded expert,
I have Installed CRE Loaded successfully but when I am trying to reach my Catalog Page I have the following error:
(Unable to connect to database server!)
and Admin page resulted in the following error (Warning: mysql_connect() [function.mysql-connect]: Access denied for user ' site_user'#'localhost' (using password: YES) in /home/site/public_html/creloaded/admin/i… on line 19
Unable to connect to database server!)
I have unchecked Enable SSL dose this affect CRE Loaded functionality?
The issue is with the database connection. There is an issue with the installer, it gave a false positive on the connection check, and allowed you to proceed even though the database connection failed.
This has been resolved in the current 6.5.1 release.