meeting-room-booking-system / mrbs-code

MRBS application code
Other
117 stars 58 forks source link

Problems with Log In for Meeting Room Booking System #2005

Open jberanek opened 7 years ago

jberanek commented 7 years ago

Hello and hi, I need help with logging into MRBS. I already insert username and password that is stored in my database but I still can't access MRBS

Reported by: wanhazyan

Original Ticket: mrbs/support-requests/1289

Attachments: https://sourceforge.net/p/mrbs/support-requests/1289/attachment/config.inc.php

jberanek commented 7 years ago

You've got MRBS configured to use the 'config' authentication scheme, which means that usernames and passwords are stored in the config file, not the database. You should be able to login using username and password "Azyan".

If you want to use the database then set

$auth['type'] = 'db';

But note that you shouldn't enter users directly into the database using phpMyAdmin or similar, but instead create them through MRBS. Follow the "User list" link in the top right corner.

Original comment by: campbell-m

jberanek commented 7 years ago

Oh I see.. Thank you for the information and thank you for creating such a wonderful open source system.

On 17 Aug 2017 3:25 p.m., "Campbell Morrison" cimorrison@users.sf.net wrote:

You've got MRBS configured to use the 'config' authentication scheme, which means that usernames and passwords are stored in the config file, not the database. You should be able to login using username and password "Azyan".

If you want to use the database then set

$auth['type'] = 'db';

But note that you shouldn't enter users directly into the database using phpMyAdmin or similar, but instead create them through MRBS. Follow the "User list" link in the top right corner.

Status: open Group: Created: Thu Aug 17, 2017 03:36 AM UTC by Wan Hazyan Wan Abdullah Last Updated: Thu Aug 17, 2017 03:36 AM UTC Owner: nobody Attachments:

Hello and hi, I need help with logging into MRBS. I already insert username and password that is stored in my database but I still can't access MRBS

Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/mrbs/support-requests/1289/

To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

Original comment by: wanhazyan

Attachments: https://sourceforge.net/p/mrbs/support-requests/_discuss/thread/93af4581/e5e2/3c69/attachment/alternate