YunoHost-Apps / epicyon_ynh

ActivityPub compliant server
https://epicyon.net/
Apache License 2.0
6 stars 2 forks source link

Login with Yunohost user details? #2

Open mxmilkiib opened 3 years ago

mxmilkiib commented 3 years ago

Trying to login with user details doesn't work.

I'm fairly new to Yunohost, but I guess "Are LDAP and HTTP auth supported? NO" in the README addresses this.

Thought I'd open an issue to track the status of that.

gnouts commented 3 years ago

FTR the upstream project does not seem to support LDAP. At least I can not find a mention anywhere. You should report there in the first place I think ;)

anmol26s commented 3 years ago

@mxmilkiib You should login with the credentials you entered while installation of the app. The core app do not support LDAP yet.

mxmilkiib commented 3 years ago

Very good points.

Have raised upstream https://gitlab.com/bashrc2/epicyon/-/issues/28

anmol26s commented 3 years ago

@mxmilkiib But you can login as normal user? Have you tried the credentials set while installation? I am dam sure the account gets created. On my first install I was facing the same problem too.

You can try to change password by: $ python3 /var/www/epicyon/epicyon.py --changepassword nickname@domain _newpassword_ If its not working, please clear the cookies for the url and test it.

mxmilkiib commented 3 years ago

I'm sure I set a password but I promptly forgot it and apparently didn't put in my keepass file.

Thanks. (It's in /opt/yunohost/epicyon)

Apparently I have also forgotten the username I used, oof.

anmol26s commented 3 years ago

Don't worry you will have to wait for the issue to be solved. I tested it yesterday, and login was not working because of some cookie problem I guess. I will try to fix it again in next round. Meanwhile you may try other alternatives. https://github.com/YunoHost-Apps/zap_ynh https://github.com/YunoHost-Apps/hubzilla_ynh https://github.com/YunoHost-Apps/pleroma_ynh https://github.com/YunoHost-Apps/friendica_ynh https://github.com/YunoHost-Apps/misskey_ynh The list is big

xavavu commented 2 years ago

Installed Epicyon after recent update. When arriving at initial screen, I'm prompted to enter a Nickname and Password to become site Admin. There is, however, no apparent way to move on from this screen. There is no button to "continue" or"confirm" or "OK"

ynh_epicyon_first_screen

TheNomad11 commented 2 years ago

Still the same issue now, no login button

p3nj commented 2 years ago

Yeah seems like you have to manually modify epicyon.service file, change --registeration close to --registration open in-order to brings back the login button, but I can't seems login with my yunohost cred too.

xavavu commented 2 years ago

@limeless

can't seems login with my yunohost cred too.

right... I recall this (LDAP integration) not being supported by the epicyon project.

Thanks for the hint about epicyon.service, will check it out.

asherpen commented 2 years ago

Still the same issue now, no login button... Would someone please fix it?

zecamigo commented 2 years ago

Yeah seems like you have to manually modify epicyon.service file, change --registeration close to --registration open in-order to brings back the login button, but I can't seems login with my yunohost cred too.

This looks useful

Where is this file located in the system? I did a quick find and I find several locations, unsure where to apply the changes.

p3nj commented 2 years ago

Yeah seems like you have to manually modify epicyon.service file, change --registeration close to --registration open in-order to brings back the login button, but I can't seems login with my yunohost cred too.

This looks useful

Where is this file located in the system? I did a quick find and I find several locations, unsure where to apply the changes.

I am not using ynh anymore, you can try to loacte the file inside installation folder of the service, I believe it's somewhere there. If you still having trouble to fine the file try using find command: $ find / -name 'epicyon.service' -type f.

zecamigo commented 2 years ago

Yeah seems like you have to manually modify epicyon.service file, change --registeration close to --registration open in-order to brings back the login button, but I can't seems login with my yunohost cred too.

This looks useful Where is this file located in the system? I did a quick find and I find several locations, unsure where to apply the changes.

I am not using ynh anymore, you can try to loacte the file inside installation folder of the service, I believe it's somewhere there. If you still having trouble to fine the file try using find command: $ find / -name 'epicyon.service' -type f.

That didn't make the login button appear. Moving on. For reference it's a i386 machine - this seems to make many applications quirky,

Graycot commented 1 year ago

I have installed the latest version of epicyon for YUNOHost. 2022.08.02~ynh1. The login issue persists. After logging in, A large 200 OK message appears.

MyNameIsTroll commented 11 months ago

Same problem, I can't connect after installation.

Installed version: 2023.03.17~ynh1

Logs: Epicyon service: https://paste.yunohost.org/udarewaqax Nginx: https://pastebin.aquilenet.fr/?ff80840c81e82d1e#H8NfX3ecvRQg8a8KCZNMJcE6Ep7UjqWdNkcyx3HvJgsq

:white_check_mark: EDIT I managed to fix the problem by right-clicking on the login page and displaying the web development tools on firefox, I went to “storage” and deleted the cookies. Then my account that I entered when installing the application works.