Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

admin password not right #11

Open
asandikci opened this issue Nov 1, 2024 · 5 comments
Open

admin password not right #11

asandikci opened this issue Nov 1, 2024 · 5 comments

Comments

@asandikci
Copy link

asandikci commented Nov 1, 2024

admin password typed while installing microbin to my server are not matching with the admin password for the app itself. .env file of the app has __PASSWORD__ inside (myactualpassword --> myact__PASSWORD__ualpassword)and I don't know why? How to solve this problem? And why Yunohost (or app while installation) adds this text to password (I saw several times this in other yunohost apps too (yourls for example))

Thanks in advance
@ericgaspar (sorry for the ping, I know you are busy with new yunohost 12 update/migration but I guess problem is not related to this app only, so I want to why this occurs. Maybe I can help with fixing yunohost apps has this problem after it)

extra info: password is 64 lenght long and includes special chars: *, #, $, @, ^, %. I don't know if its related to problem

@ericgaspar
Copy link
Member

Are you saying that __PASSWORD__ in the .env file has not been replaced by your password?

(I have installed the app and I can connect to /adminwith the password I gave during install...)

@asandikci
Copy link
Author

interesting, I mean this: myactualpassword --> myact__PASSWORD__ualpassword

@asandikci
Copy link
Author

image
@ericgaspar

@asandikci
Copy link
Author

I found the problem, & char is changing with PASSWORD interestingly...

this&is&apassword --> this__PASSWORD__is__PASSWORD__apassword

@ericgaspar

@asandikci
Copy link
Author

yourls also has this problem (tested)
Probably there is a problem with parser?
Maybe & should be added to invalid chars?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants