Disable Anonymous Access Disable Anonymous Access
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Disable Anonymous Access

Started by ukchris, December 28, 2004, 06:34:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ukchris

I want to disable any Anonymous access to my entire gallery. I have looked through though the docs and I found a section on modifying the php (I think) to do this, is this the "proper" way to go about it?

I was a little suprised that I couldn't either disable the Anonymous group or maybe have an option in COnfig to say no Anonymous access is allowed, at all.

So, do I need to modify the pages to do this or is there an easier way?

Thanks in advance for any help, I have just switched to Coppermine after having a lot of headaches with another album mechanism, everyhing looks much smoother and more reliable so far, I just find the idea of leaving the album open to everyone by default a little odd.

Chris.

Joachim Müller


irishblue

The redirection somehow adds a period . in between the url which messes the images and makes them broken. how do I remove that dot?
e.g.
http://www.mywebsite.com./forums/index.php?&act=Login&CODE=00

kegobeer

#3
@irishblue: What does your post have to do with preventing anonymous users from viewing your gallery?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Nibbler

The mod refered to uses a redirect to the login.php which then re-redirected to the board's login page. Evidently his bridge is not setup correctly.

irishblue

because the info to disable anonymous access here:
http://coppermine.sourceforge.net/faq.php#registeredUsersOnly
includes instructions to add a redirect to the login page.

is that a file I can check if the bridge is set up correctly? perhaps some paths i should look out for?