#Email Verification doesn't work
1 messages · Page 1 of 1 (latest)
Please check if the password reset email sends.
If it does, check your queue workers - https://CtrlPanel.gg/docs/Installation/getting-started#queue-listeners
If it still doesnt work, check your php version is 8.1 - php -v
Make sure to clear the config cache and to restart the queue workers when making changes to the email details.
php artisan queue:restart```
It is recommended that you have some sort of Linux and MariaDB experience before installing this.
also this error shows when i open profile
Required Discord verification
Due to system settings you are required to verify your discord account!
It looks like this hasnt been set-up correctly! Please contact support.
It seems that you haven't set up discord 0auth correctly, but fear not, the docs come to the rescue! https://CtrlPanel.gg/docs/Installation/additional-configuration#discord-auth
Extra information about URL Formatting
Any URL saved in your settings should never end with a /slash; CtrlPanel adds this / automatically to any URL, adding an extra
/ will break the URL!
GOOD Example:
https://CtrlPanel.gg
BAD EXAMPLE:
https://CtrlPanel.gg/
When configuring discord-auth, we will automatically use your APP_URL to create the appropriate URLs needed for discord-0auth. Make sure your URLs are correct!
When using SSL-Encryption (https://) double-check that all your URLs start with https:// instead of http://
After editing the .env File you have to clear the Cache:
php artisan cache:clear
php artisan config:clear
it does not send a password rest link either.
Can you please fetch the error logs, so we can assist you better regarding this error.
tail -n 100 /var/www/controlpanel/storage/logs/laravel.log | nc pteropaste.com 99
Have you set up smtp in the settings?
yep, i did
Could you please show me the configuration? (hide personal data)
Can you please resend password reset email and then send fresh logs?
Please check if the password reset email sends.
If it does, check your queue workers - https://CtrlPanel.gg/docs/Installation/getting-started#queue-listeners
If it still doesnt work, check your php version is 8.1 - php -v
Make sure to clear the config cache and to restart the queue workers when making changes to the email details.
php artisan queue:restart```
It is recommended that you have some sort of Linux and MariaDB experience before installing this.
Do all steps
Queue worker's?
PHP version?
Please, read this
Is it written in the documentation? Is there a note somewhere saying "If you don't want to, you don't need to do it"?
Do everything that is required of you in the documentation
im sorry, i didnt meant it like that. What i meant was do i just have to follow it exactly as it shown?
Yes???
yep i did that.
Crontab too?
yep i did that first then closed the cmd and opened a new one to run the rest
Ok, then, check emails
last one still going
yep now it works 🙂
oohhh
thank you so much! You are da best!
also sorry if i came up like ignorant, im not i just don't know anything. i do everything with tutorials
Fill all fields with required information
It seems that you haven't set up discord 0auth correctly, but fear not, the docs come to the rescue! https://CtrlPanel.gg/docs/Installation/additional-configuration#discord-auth
Extra information about URL Formatting
Any URL saved in your settings should never end with a /slash; CtrlPanel adds this / automatically to any URL, adding an extra
/ will break the URL!
GOOD Example:
https://CtrlPanel.gg
BAD EXAMPLE:
https://CtrlPanel.gg/
When configuring discord-auth, we will automatically use your APP_URL to create the appropriate URLs needed for discord-0auth. Make sure your URLs are correct!
When using SSL-Encryption (https://) double-check that all your URLs start with https:// instead of http://
After editing the .env File you have to clear the Cache:
php artisan cache:clear
php artisan config:clear
Read this message