YunoHost-Apps / wallabag_ynh

Wallabag v1 package for YunoHost
GNU Affero General Public License v3.0
5 stars 10 forks source link

Password generated randomly prevents usage of mobile app #14

Closed csolisr closed 8 years ago

csolisr commented 8 years ago

The Wallabag web app is currently configured to log in without a password from the home menu; however, it's impossible to enter with the user's name and password. The Android application is able to work with just the feed token, to which the user has access, but in read-only mode. Any write access (uploading URLs, marking items as read) requires the user and password, and the latter is literally generated at random (see hooks/post_user_create).

jeromelebleu commented 8 years ago

Thanks for your report, I've updated the README accordingly. Unfortunately, there is no other solution than implementing the LDAP support for users authentication - as requested in #11... As the v2 is out, I'll not spend some time to do that, but I'll try to do it for this new version in the hope that it will be easier thanks to Symfony... But, if you want to do it - or someone else - and/or need some help, feel free to do/ask!