The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Admin disable - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Admin disable (/showthread.php?tid=2691)



Admin disable - sonnic - 2012-02-01

Hello! I need help.

Is there any possibility to disable admin login, so if just go to mysite.com/admin it will show me edit area without login?

Thank you.


Admin disable - Connie - 2012-02-01

no, and that is good that there is no such way


Admin disable - sonnic - 2012-02-01

Well, all I need is to join my project with Simple CMS. I'm using it just to generate help area of my project. I can't understant how to manage that if I'm logged as administrator in my project when I click to go and edit my help files (in simple cms) just to go in as administrator so I don't need to login again.

sorry for English, I'm from Croatia.


Admin disable - Connie - 2012-02-01

Sonnic,

once there was a way to use a special syntax:

http://user:password@www.domain.tld

but it seems to me that the modern browsers don't support that
at least GS does not support it


Admin disable - Carlos - 2012-02-01

@sonnic

A tip for what you want, by patching GetSimple's core:
http://get-simple.info/forum/post/5995/#p5995
It was for GS 2.0x, so the number of line has to be 69 instead of 50.

But anyway this is not recommended for non-local, public sites!
It's dangerous, you're giving access to your server: anyone could change php code in components, template...

Better setting the admin login timeout to a very high value:
http://get-simple.info/forum/post/6770/#p6770