Elxis CMS Forum

Support => Administration => Topic started by: cardinal 22 on April 20, 2025, 19:52:01

Title: Verification code
Post by: cardinal 22 on April 20, 2025, 19:52:01
Happy easter everyone!

Does anyone knows why admin panel asks me suddenly for verification code?

How to reslove the problem? Any quick solution?

I cant login anymore. Settings for email was to sendmail option but it doesnt send anything....   :-\

Title: Re: Verification code
Post by: cardinal 22 on April 21, 2025, 11:58:41
no one? please?
Title: Re: Verification code
Post by: Blacksoll on April 22, 2025, 08:26:36
It looks that someone enable the Two-factor authentication in settings. You or another admin. Maybe by accident ?
Ftp your install and take a look at configuration.php At last lines you will find :
Code: [Select]
private $TWOFA = ''; It should be like that if no 2FA is activated.
Title: Re: Verification code
Post by: cardinal 22 on April 23, 2025, 10:56:01
Yes! That was it! Thank you very much! Do you have any idea why the mails from the elxis system for the code comes with transcoding problem like this:


=CE=88=CE=BD=CE=B1 =CE=AC=CF=81=CE=B8=CF=81=CE=BF =CF=84=CF=81=
=CE=BF=CF=80=CE=BF=CF=80=CE=BF=CE=B9=CE=AE=CE=B8=CE=B7=CE=BA=CE=B5 =
=CE=B1=CF=80=CF=8C =CF=84=CE=BF=CE=BD/=CF=84=CE=B7=CE=BD demo demo.

=CE=9A=CF=89=CE=B4=CE=B9=CE=BA=CF=8C=CF=82 =CE=AC=CF=81=CE=B8=CF=81=CE=BF=
=CF=85: 15
=CE=A4=CE=AF=CF=84=CE=BB=CE=BF=CF=82: test2
=CE=9A=CE=B1=CF=84=CE=B7=CE=B3=CE=BF=CF=81=CE=AF=CE=B1: =CE=A4=CE=AD=CF=87=
=CE=BD=CE=B5=CF=82
=CE=94=CE=B7=CE=BC=CE=BF=CF=83=CE=B9=CE=B5=CF=85=CE=BC=CE=AD=CE=BD=CE=BF:=
 =CE=8C=CF=87=CE=B9
Title: Re: Verification code
Post by: datahell on April 24, 2025, 19:51:41
This is normal for non latin characters. Try viewing your emails from an other client/app
Title: Re: Verification code
Post by: cardinal 22 on April 24, 2025, 21:14:19
It is classic gmail viewed from windows 10 with firefox, chrome, edge. Also same thing happens to a user with yahoo from Macintosh... Also the same happens from the android app for gmail.
Title: Re: Verification code
Post by: datahell on April 24, 2025, 21:24:24
Then the problem might be on who is sending the email. Check Elxis settings and try with different SMTP options.
Title: Re: Verification code
Post by: cardinal 22 on April 24, 2025, 23:12:01
Ok, i will try this. It happens with classic php mail. With other options i couldn't receive any mail at all.
Title: Re: Verification code
Post by: datahell on April 25, 2025, 19:41:23
No, no, no. Always use SMTP with authentication and SSL.