Reboot foreman server login doesnt work!

hi all,

after reboot foreman server login doesnt work and I can select the users from database so I see the users exists but why I cannot login ? Foreman 3.3

thanks in advance

production.log

2022-09-29T10:55:03 [I|app|45baa097] invalid user
2022-09-29T10:55:03 [W|app|45baa097] Failed login attempt from 212.23.146.170 with username 'test'
2022-09-29T10:55:03 [I|app|45baa097] Redirected to https://xxxx/users/login
2022-09-29T10:55:03 [I|app|45baa097] Completed 302 Found in 72ms (ActiveRecord: 5.2ms | Allocations: 3573)

but when I select the users from databse:


id |                 login                 | firstname |  lastname  |         mail         | admin |       last_login_on        | auth_source_id |         created_at         |         updated_at         |                        password_hash                         |         password_salt         | locale | avatar_hash | default_organization_id | default_location_id |              lower_login              | mail_enabled | timezone | description | disabled
----+---------------------------------------+-----------+------------+----------------------+-------+----------------------------+----------------+----------------------------+----------------------------+--------------------------------------------------------------+-------------------------------+--------+-------------+-------------------------+---------------------+---------------------------------------+--------------+----------+-------------+----------
  1 | foreman_admin                         | Anonymous | Admin      |                      | t     |                            |              2 | 2022-07-04 10:28:00.102278 | 2022-07-04 10:28:00.102278 |                                                              |                               |        |             |                       1 |                   2 | foreman_admin                         | t            |          |             | f
  2 | foreman_console_admin                 | Console   | Admin      |                      | t     |                            |              2 | 2022-07-04 10:28:00.232965 | 2022-07-04 10:28:00.232965 |                                                              |                               |        |             |                       1 |                   2 | foreman_console_admin                 | t            |          |             | f
  4 | test                                   | xx   | yy    | xy@w.com    | t     | 2022-08-31 12:37:21.864846 |              1 | 2022-07-04 10:28:00.567978 | 2022-07-05 06:23:24.500259 | dasdsadsa | $2a$09$asdsadsa.aB. | en     |             |                       1 |                   2 | test                                   | t            | Berlin   |             | f

The user exist!!