No longer bridging No longer bridging
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

No longer bridging

Started by lancefiasco, November 07, 2004, 03:19:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lancefiasco

How can I log in if I am no longer using the authentication from the bridge?

I never created an administration account...

Joachim Müller

you must have created an admin account when installing coppermine in the first place, it's impossible that there is no admin account in place. If you can't remember the user name or password of this admin account, you will need to manually access your database (using a tool like phpMyAdmin) and create/modify an account. The crucial setting is "user_group": members of user_group "1" are admins.

Joachim

lancefiasco

#2
Quote from: GauGau on November 07, 2004, 11:52:00 AM
you must have created an admin account when installing coppermine in the first place, it's impossible that there is no admin account in place. If you can't remember the user name or password of this admin account, you will need to manually access your database (using a tool like phpMyAdmin) and create/modify an account. The crucial setting is "user_group": members of user_group "1" are admins.

Joachim
Okay, thanks, but I actually never had a user name.  It was set as user name: "a" with a password of "a".

Also, is there a way to import/synch the user data from the old database (the bridge)?

kegobeer

QuoteAlso, is there a way to import/synch the user data from the old database (the bridge)?

Nothing automatic.  You'd have to use a tool like phpMyAdmin to dump your bbs user table, then reformat the data to fit Coppermine's usertable structure, then import it into your Coppermine usertable.

QuoteOkay, thanks, but I actually never had a user name.  It was set as user name: "a" with a password of "a".

Then you can log in as a with the password a.  I highly recommend changing it to something a lot more secure.
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