What type of hardware are you using: Old laptop or computer What YunoHost version are you running: 12.0.11 What app is this about: Friendica
Describe your issue
I know this has been asked and answered before, but I cannot get an answer that works. I installed Friendica, and tried to login on its URL using my admin name and password from the setup process. No matter what, it fails to let me in and just returns to the login page. I read on and found that people said you need to register a user with the admin login details, but when I press the button to register, it takes me to [url]/register, which comes up as a blank page, no matter how many times I refresh it. Iāve tried logging in on various devices, all to the same result.
Anybody got any more ideas? This seems to be an ongoing/recurring issue with no real solution provided.
I just installed all app/package updates, restarted the server, then installed Friendica with no errors. At the end it says I can log in at the friendica URL I created and the YH user I selected with me usual YH password.
But of course that does not work. It just drops me back to the Login page.
Okay, weāre getting there! All looks good and the friendica-daemon is running fine, from what I can see.
I was able to sign up, I got a sign up screen. But when I submitted my signup information, the next screen was completely blank. When I went back out to login with the account I just created, it says ālogin credentials incorrect.ā I know they are correct because I copy and pasted.
I have run the steps provided above without any errors and restarted the daemon, but am still unable to login with my YH admin user. It says Login Failed. Please check your credentials.
Also, I canāt change the account password.
I can log in with the one generated and emailed to me, but when I plug that in as the Current Password and set a new one in the first two fields, I click Save Settings and it says Login Failed, password unchanged.
Disregard. For some reason copying the password from the email and pasting it to log in worked fine, but on the password reset it didnāt. It seems it also copied a tab at the front of the password and the Login auth was stripping that but the password change page was not.
$ php8.2 bin/console.php autoinstall -a -f config/local.config.php
Initializing setup...
Complete!
Checking environment...
NOTICE: Not checking .htaccess/URL-Rewrite during CLI installation.
Complete!
Loading config file 'config/local.config.php'...
Complete!
Checking database...
[Error] --------
Database is already in use
$ php8.2 bin/console.php addon enable ldapauth
[Error] Addon already enabled
And then I restarted friendica-daemon, but I still canāt log in with the administrator user.
Itās curious, because I was able to create a new user (without administrator privileges) and I even managed to change the password with the new userās own account.
Could an administrator user be created directly in the database? What would the procedure be like?
PS: The originally chosen administrator user cannot access because he receives a response "login credentials incorrect.ā
I figured it out. I had to manually edit my local.config.php and change the admin_email to the email of the first user I registered as well as adding admin_nickname key with that users nickname. I am now an admin for the instance after restarting YH.