[Solved]Admin login from site

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jasnick
Power Poster
Power Poster
Posts: 695
Joined: Sat Jan 15, 2011 8:36 am

[Solved]Admin login from site

Post by jasnick »

Using 1.10.3

A client wants to be able to login to the admin area from a link on the site. I can put a link to the login page but how secure is it? It reveals the name of the admin directory.

Thanks
Last edited by jasnick on Thu Feb 23, 2012 11:03 am, edited 1 time in total.
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Admin login from site

Post by staartmees »

make the username an the password as secure as possible. So don't use admin but e.g. JoHnDOe

use a random generated password - http://freepasswordgenerator.com/ - with at least 16 characters, e.g. ECMV3pTvDFkPnhHC or k9DA/d<p:HS/u@kb

The longer your password is, the harder it is to guess.
http://www.symantec.com/connect/article ... -practices
jasnick
Power Poster
Power Poster
Posts: 695
Joined: Sat Jan 15, 2011 8:36 am

Re: Admin login from site

Post by jasnick »

staartmees wrote:use a random generated password - http://freepasswordgenerator.com/ - with at least 16 characters, e.g. ECMV3pTvDFkPnhHC or k9DA/d<p:HS/u@kb
Yes, that's what I usually use for these things but the client doesn't like that idea - he wants something he can remember ???

I am meeting with him tomorrow and will suggest he goes along with the idea of a strong password and unusual username or he is in danger of getting his site hacked.

Thanks for the reply.
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Admin login from site

Post by staartmees »

password you can remember ain't safe
jasnick
Power Poster
Power Poster
Posts: 695
Joined: Sat Jan 15, 2011 8:36 am

Re: Admin login from site

Post by jasnick »

Exactly! ::)
User avatar
chrisbt
Dev Team Member
Dev Team Member
Posts: 204
Joined: Sun Sep 05, 2010 6:11 am

Re: Admin login from site

Post by chrisbt »

At least hide the link in javascript so that it is a bit harder for site scrapers to get hold of it.
jasnick
Power Poster
Power Poster
Posts: 695
Joined: Sat Jan 15, 2011 8:36 am

Re: Admin login from site

Post by jasnick »

Thanks chrisbt - how do I do that?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Admin login from site

Post by Dr.CSS »

I've had a log in on my home page for a long time and if you put the wrong name/password it goes to the normal admin/login page and I've never been hacked from there...

It used to be in the lower left of the sidebar, I've made it a fancybox pop up, the link is now just an image...
jasnick
Power Poster
Power Poster
Posts: 695
Joined: Sat Jan 15, 2011 8:36 am

Re: Admin login from site

Post by jasnick »

What a clever idea, Dr.CSS ! I'll try an image!

Thanks
Post Reply

Return to “CMSMS Core”