UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » Can't log in 1st user!

Can't log in 1st user!

Moderators: Gaia.

Page: < 1 2

Author Post
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
If your server can't send email, that's not a UseBB problem. Search for threads on how to configure sendmail, this question has been asked before on this forum.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
You can install sSMTP, a bit easier to set up. :P
_______________
Long Live Rock n' Roll!
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
http://www.usebb.net/community/topic-409.html
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
you can check the forum it's in my signature

it don't send any email?
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
bastya_elvtars wrote
Can any PHP script email anyone?

yes i can send via php emeil scripts

and how to cancell this activation?
« Last edit by AboAyoob on Mon Nov 28, 2005 5:52 pm. »
Moderator
Registered: Oct 2005
Posts: 449
Location: canada
Gaia wrote
hmm make sure you copyed the correct url?

If it still doesn't work, run this query from phpMyAdmin or another mySQL management area.


UPDATE `usebb_members` SET `active` = '1',
`active_key` = '' WHERE `id` =1 LIMIT 1 ;


I think that should work, havent tested it or anything.


You can activate the admin account using the above query.
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
in which table should i do that and how?, PLZ

well now my accounte is actived, But i think the problem is the forum not able to send messeges????

If some one face this problem PLZ , give advaice to me!!!
« Last edit by AboAyoob on Mon Nov 28, 2005 9:52 pm. »
Moderator
Registered: Oct 2005
Posts: 449
Location: canada
All i can think of is for you to disable email activation requirement when registering.

ACP -> General Configuration -> User Rights -> Make sure that "Users must activate via e-mail" is unchecked.
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
Gaia wrote
All i can think of is for you to disable email activation requirement when registering.

ACP -> General Configuration -> User Rights -> Make sure that "Users must activate via e-mail" is unchecked.

oohhh I'm not able to login :? , , , , How can i do this action? ? ? :P
Moderator
Registered: Oct 2005
Posts: 449
Location: canada
Run this query


UPDATE `usebb_members` SET `active` = '1',
`active_key` = '' WHERE `id` =1 LIMIT 1 ;


In a MySQL management tool such as PhpMyAdmin to your usebb database.
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
Well, How to make that?
Do I need to copy it and past it in file and I rename it by user.sql , then i run this query , or do I need to open phpmyadmin and adjust it from their
Moderator
Registered: Oct 2005
Posts: 449
Location: canada
You can run it in PHPMyAdmin or via the ACP if you have access.

Page: < 1 2

UseBB Community » Help & Support » Can't log in 1st user!

UseBB Community is powered by UseBB 1 Forum Software