[SOLVED] How do I log in to my site?

Ask for help or provide support to other members.
Post Reply
Appalbarry
Posts: 11
Joined: Mon Jul 04, 2022 5:02 pm

[SOLVED] How do I log in to my site?

Post by Appalbarry »

In all seriousness. A couple of days away, and a Chrome update that seems to have nuked all cookies and much history, and I honestly can't for the life of me remember how to log in the admin side. I think I remember creating some kind of secret admin folder, but maybe that was something else?

I've gone through all of the files on the server but can't seem to find the answer. Next time I'll write it down on paper...

Thanks for the pointer folks.

Barry
User avatar
nox
Posts: 33
Joined: Sat May 23, 2020 9:02 pm

Re: Sigh. How do I log in to my site?

Post by nox »

Hey Appalbarry,
check your database.js (inside data directory), and look for:

Code: Select all

"login": "my-custom-login",
"my-custom-login" is the slug of your login page if you changed it under WonderCMS settings. Default is "login", for example mywebsite.com/login
Appalbarry
Posts: 11
Joined: Mon Jul 04, 2022 5:02 pm

Re: Sigh. How do I log in to my site?

Post by Appalbarry »

That it! Thank you!
Post Reply