LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.
GNU General Public License v3.0
401 stars 240 forks source link

We could not match your username or password #308

Open tecnoscan opened 9 months ago

tecnoscan commented 9 months ago

good day.

I had an error when starting my bookend account, it is my first time doing this and I suffered a lot during the installation because it said unknown error when I solved it now it won't even let me register 0 since it can't find the file in /Web/register. php, I already tried with the user and password admin/password user/password admin/admin and also with the one I created in my mysql that I put in the datacenter of config.php but not even that, for the permissions part I put 755 but not even like that.

treborin commented 9 months ago

Hi @tecnoscan , Librebooking version? PHP version? MySQL version? did you use database_schema/sample-data-utf8.sql? Is allow.self.registration enabled in config.php?

tecnoscan commented 9 months ago

Librebooking 2.8.5 php v.8.1.2 MySQL v.10.6.1 and no, this enable.self.registration is disabled


De: Roberto del Pino @.> Enviado: sábado, 17 de febrero de 2024 11:34 a. m. Para: LibreBooking/app @.> Cc: Jeison Steven Zapata Moyano @.>; Mention @.> Asunto: Re: [LibreBooking/app] We could not match your username or password (Issue #308)

No suele recibir correos electrónicos de @.*** Por qué esto es importantehttps://aka.ms/LearnAboutSenderIdentification

PRECAUCIÓN: Correo electrónico externo. No haga clic en enlaces, ni abra los archivos a menos que reconozca al remitente y sea de su conocimiento que el contenido es seguro.

Hi @tecnoscanhttps://github.com/tecnoscan , Librebooking version? PHP version? MySQL version? Is allow.self.registration enabled in config.php?

— Reply to this email directly, view it on GitHubhttps://github.com/LibreBooking/app/issues/308#issuecomment-1950251021, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BGHJPSFEC7OGBPGOM3FSHADYUDLZ3AVCNFSM6AAAAABDNNJFD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGI2TCMBSGE. You are receiving this because you were mentioned.Message ID: @.***>

tecnoscan commented 9 months ago

Sorry in the Application configuration part it is enabled and in the API it is disabled.


De: Jeison Steven Zapata Moyano @.> Enviado: sábado, 17 de febrero de 2024 11:43 a. m. Para: LibreBooking/app @.> Asunto: RE: [LibreBooking/app] We could not match your username or password (Issue #308)

Librebooking 2.8.5 php v.8.1.2 MySQL v.10.6.1 and no, this enable.self.registration is disabled


De: Roberto del Pino @.> Enviado: sábado, 17 de febrero de 2024 11:34 a. m. Para: LibreBooking/app @.> Cc: Jeison Steven Zapata Moyano @.>; Mention @.> Asunto: Re: [LibreBooking/app] We could not match your username or password (Issue #308)

No suele recibir correos electrónicos de @.*** Por qué esto es importantehttps://aka.ms/LearnAboutSenderIdentification

PRECAUCIÓN: Correo electrónico externo. No haga clic en enlaces, ni abra los archivos a menos que reconozca al remitente y sea de su conocimiento que el contenido es seguro.

Hi @tecnoscanhttps://github.com/tecnoscan , Librebooking version? PHP version? MySQL version? Is allow.self.registration enabled in config.php?

— Reply to this email directly, view it on GitHubhttps://github.com/LibreBooking/app/issues/308#issuecomment-1950251021, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BGHJPSFEC7OGBPGOM3FSHADYUDLZ3AVCNFSM6AAAAABDNNJFD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGI2TCMBSGE. You are receiving this because you were mentioned.Message ID: @.***>

treborin commented 9 months ago

Did you use database_schema/sample-data-utf8.sql?

tecnoscan commented 9 months ago

use the create-schema.sql and also the create-data.sql, no use sample-data-utf8.sql, Is that why it doesn't work for me?

treborin commented 9 months ago

Yes, That file is the one that create first users

tecnoscan commented 8 months ago

Best regards and I'm sorry for the late response.

This is to ask about this error now when entering the booked with admin/password which is due to the default or undir when creating a new user an error appears, I am sorry for the inconvenience but I want to learn although it took me several hours to get here Captura de pantalla 2024-02-19 095411

treborin commented 8 months ago

Hi @tecnoscan, Try this in config.php: $conf['settings']['script.url'] = 'https:' (or http:);

tecnoscan commented 8 months ago

THANK YOU VERY MUCH, now I can enter the admin user, but I have a question, I don't know if it is because they are general accounts when I log in through admin and the password goes to http://172.16.165.5/Web/dashboard.php. and that link does not work, I have You have to enter the path directly like this: http://172.16.165.5/Web/admin/manage_attributes.php Is this because I'm missing something or am I missing a configuration? I am very sorry for the inconvenience but I sincerely appreciate your help.

treborin commented 8 months ago

Sorry @tecnoscan , i do not understand your question. Pls explain it step by step

tecnoscan commented 8 months ago

Sorry, I can now log in with the admin user and password, but not in many tabs where an http 500 error appears, for example, Dashboard, schedule, reports, my account (except password change), Application Management where I can only log in to 3 options. rest is blocked. What I can do

Captura de pantalla 2024-02-19 142700 Captura de pantalla 2024-02-19 142949

treborin commented 8 months ago

Hi @tecnoscan , If your installed LibreBookin under a subfolder, now set $conf['settings']['script.url'] to $conf['settings']['script.url'] = 'http://172.16.165.5/subfolder/Web'; Or $conf['settings']['script.url'] = 'http://172.16.165.5/Web'; if you are on root

tecnoscan commented 8 months ago

Muchas gracias por la ayuda, la amabilidad y la tolerancia, ya todo funciona perfectamente gracias a su ayuda

treborin commented 8 months ago

Great. Happy to help Genial. Encantado de ayudar

Please close this issue