A
A
archelon2016-07-29 13:53:49
CodeIgniter
archelon, 2016-07-29 13:53:49

How to restore access to the site on codeigniter?

There is a site on codeigniter. The owner does not have access to the admin panel.
Access to ftp and database is available.
No experience with CI.
How to restore access to the admin panel?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
evnuh, 2016-07-29
@evnuh

there is no admin panel in Codeigniter, it's something self-written. See the code on ftp, understand how the access check is arranged and log in.

A
Alexander Sharihin, 2016-07-29
@Pinsky

Overwrite the user's password with a new one (see code for creating a user).

E
Egor, 2016-07-30
@egormmm

Find a database table something like user, and try to change the password for a specific user directly in it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question