Ad Widget

Collapse

Login

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fredli
    Junior Member
    • Oct 2021
    • 1

    #1

    Login

    Hello,

    I have an issue with login page. I go to http://zabbix and I have directly this message :

    You are not logged in
    • No permissions for system access.
    • Incorrect user name or password or account is temporarily blocked.

    I click on "Login" and enter Admin and admin password. I receive an error message :

    "Incorrect user name or password or account is temporarily blocked."

    I was try to change the password in mysql, same issue.
  • LenR
    Senior Member
    • Sep 2009
    • 1005

    #2
    What is the history of the system? New install?

    Comment

    • Del.Mar
      Junior Member
      • May 2022
      • 9

      #3
      Hi mates!
      Also have the same problem (you are not logged in) after correct admin user and password. I have OpenSUSE 15.4 Leap system.
      Code:
      tank:/var/log/apache2 # zypper info zabbix-server-mysql
      Loading repository data...
      Reading installed packages...
      
      Information for package zabbix-server-mysql:
      --------------------------------------------
      Repository : Zabbix Official Repository
      Name : zabbix-server-mysql
      Version : 6.2.0-0.6rc1.sles15
      Arch : x86_64
      Vendor :
      Installed Size : 6.9 MiB
      Installed : Yes
      Status : up-to-date
      Source package : zabbix-6.2.0-0.6rc1.sles15.src
      Upstream URL : http://www.zabbix.com/
      Summary : Zabbix server for MySQL or MariaDB database
      Description :
      Zabbix server with MySQL or MariaDB database support.
      Zabbix web config for apache
      Code:
      tank:/var/log/apache2 # cat /etc/apache2/conf.d/zabbix.conf
      #
      # Zabbix monitoring system php web frontend
      #
      
      Alias /zabbix /usr/share/zabbix
      
      <Directory "/usr/share/zabbix">
      Options FollowSymLinks
      AllowOverride None
      Require all denied
      Require ip 192.168.0.0/24
      <IfModule mod_php7.c>
      php_value max_execution_time 300
      php_value memory_limit 128M
      php_value post_max_size 16M
      php_value upload_max_filesize 2M
      php_value max_input_time 300
      php_value max_input_vars 10000
      php_value always_populate_raw_post_data -1
      # php_value date.timezone Europe/Riga
      </IfModule>
      </Directory>
      I've cleaned cookies, but no result. And I don't have any errors or warnings in apache logs.
      Problem solved. Cleaned cookies second time for all time in Chrome and logged in fine.
      Last edited by Del.Mar; 15-06-2022, 21:59.

      Comment

      • hcx23
        Junior Member
        • Nov 2021
        • 21

        #4
        Hi, I am having the same problem , because I tried a Force URL redirect from http to https now I have at https://url The Zabbix database version does not match current requirements. Your database version: 6030193. Required version: 6030061 and at https or http://url/zabbix/ the Login console that says :
        • Incorrect user name or password or account is temporarily blocked.
        ​if I try to login as Admin and
        • No permissions for system access.
        ​if I try as guest. I' ve changed the Admin password in the DB several times also I tried to change thje Admin Password to the guest account to login with the guest account password . I reinstaled and reconfigured the whole zabbix DB cleared the cookies in google-chrome for aöll times twice but no success. Does anyboby has a further idea? PLEASE let me know.

        Comment

        • hcx23
          Junior Member
          • Nov 2021
          • 21

          #5
          Hi Len, no all I did is whas a Redirect rule http to https in apache since that I cannot login anymore or reset the Admin password. I deleterd and reinstalled the zabbix db so I have 2 users only Admin and guest. I tried to reset the password with sql several times no chance. Regards, hcx23

          Comment

          Working...