Login Login
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Login

Started by romans815, February 13, 2005, 05:55:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

romans815

Is there a way to remove the login link?

Lapino

As far as I know, the only way to do this is to remove the link in your theme file.
Ever noticed that people who believe in Creationism look really unevolved? (Bill Hicks)

Joachim Müller

that's correct - even if you disallow user to register at all on your site, you (as admin) still have to log in. It's save to remove the login link from the manin menu however and directly access the login page by entereing the url manually. Edit themes/yourtheme/theme.php, find<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>and replace with<!--<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>-->Do not completely remove the surrounding code, just comment it out.

Joachim

HecticDMC

#3
{Nevermind, I solved my own problem shortly after I posted this... turns out I was accessing the wrong CPG installation (I have two)... boy do I feel dumb  ;D}