WoW-CMS / BlizzCMS

BlizzCMS is a CMS built with CodeIgniter 3 for World of Warcraft emulators.
MIT License
103 stars 88 forks source link

🐛 [Bug Report]: password reset in 404 #117

Closed andsim closed 1 year ago

andsim commented 1 year ago

BlizzCMS Version

beta 2

Emulator

TrinityCore

PHP Version

PHP 7.4

Operating system

Windows

Web server

Apache

Database

MariaDB 11

What happened?

reset password not work.. goes 404

How can the issue be reproduced?

easy click on forgot your password?

Screenshots

No response

Jean-Dv commented 1 year ago

The problem has been verified and everything works correctly. Some problems that may arise with you:

image

andsim commented 1 year ago
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>

ERROR - 2023-06-25 03:13:16 --> Page not found: 
ERROR - 2023-06-25 03:13:17 --> Page not found: 
ERROR - 2023-06-25 09:53:29 --> Page not found: 

under as http://play.andsimgaming.ca/wow/forgot-password

stefan3126 commented 1 year ago

Nothing happen with BlizzCMS v 1.21 ----> $config['log_threshold'] = 1; SMTP still doesn't work

andsim commented 1 year ago

Nothing happen with BlizzCMS v 1.21 ----> $config['log_threshold'] = 1; SMTP still doesn't work

wrong issues

Jean-Dv commented 1 year ago

You verified in admin panel, if page forgot-password is enabled? Is the only thing that occurs to me

andsim commented 1 year ago

cant access it wo know the password

Jean-Dv commented 1 year ago

In your database, search table "settings". And search "show forgot page", if is false then change to true.

andsim commented 1 year ago

ok it is working not getting error or confirm u get green box after fill

Jean-Dv commented 1 year ago

For the forgot password function, you need the account register with email, and need config correctly smtp server.

andsim commented 1 year ago

i had itr setup should be set before i upgrade

Jean-Dv commented 1 year ago

Ok, already fix the bug. I close issue.