500 Server Error: Internal Server Error ("driver failed programming external connectivity on endpoint docker.io.redis (4b605fa42a5e8c6bc62c030e9e158e6dd9b8e36d19eb8b8da9ce886e1923f68c): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 6380 -j DNAT --to-destination 172.17.0.2:6379 ! -i docker0: iptables: No chain/target/match by that name.
(exit status 1))")
- firewall is on but port open.
- modsecurityrules also on
but when trying to disabled both not working too.
Comments
by the way any reason why when i update all my email doesnt work anymore
it's saying autorization failled???
Not sure if this is your issue -> https://forums.cyberpanel.net/discussion/1613/cyberpanel-1-8-8-rehashes-any-preexisting-already-hashed-email-passwords
But as I mentioned in the thread that this should not happen and @Hifihedgehog also confirmed that password does not hash again.
Did you place that manually? It should not be there, that is why your passwords gets hashed again and again.
> @mmarquette
>
> Not sure if this is your issue -> https://forums.cyberpanel.net/discussion/1613/cyberpanel-1-8-8-rehashes-any-preexisting-already-hashed-email-passwords
>
> But as I mentioned in the thread that this should not happen and @Hifihedgehog also confirmed that password does not hash again.
> @CyberPanel said:
> @mmarquette
>
> Not sure if this is your issue -> https://forums.cyberpanel.net/discussion/1613/cyberpanel-1-8-8-rehashes-any-preexisting-already-hashed-email-passwords
>
> But as I mentioned in the thread that this should not happen and @Hifihedgehog also confirmed that password does not hash again.
Unfortunately, the 1.8.9 upgrade from 1.8.8 rehashed all my passwords again and I had to change them all again. This is still an issue. Upgrading over top the current release does not rehash, though, from what I can see.
connect = host=localhost dbname=cyberpanel user=cyberpanel password=p********* port=3306
password_query = SELECT email as user, password FROM e_users WHERE email='%u';
user_query = SELECT '5000' as uid, '5000' as gid, mail FROM e_users WHERE email='%u';