-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add other users? #13
Comments
I just submitted issue #14 with the same basic question. I've looked into the code and the "households" table just has a Name field right now, so yeah, it seems those names can't login. I think the only time you can create a new user is when there are no other users defined yet and so just 1 login possible. Correct me if I'm wrong, of course, @ellite . |
Hi. |
Maybe an option to disable login would be more viable? Lots of people running their own auth anyways |
This weekend I thought of an 'interim' solution: Just create an extra field, "Beneficiary" with the same choices as Paid by . Then you do not need additional logins but can distinguish between who pays for a subscription, and for whom it actually is, so I can log my gift subscription for a game pass for instance |
There are a few issues on the project regarding authentication: - ellite/Wallos#13 - ellite/Wallos#14 - ellite/Wallos#32 and looking through the code made me realize it was probably not the most secure, so even though I can't disable its own authentication, I prefer to put Authelia in front for extra safety
huh, I was a little disappointed to see it only supports one user :-( I'm aware of the implications adding multi-user. Still - that makes perfect sense as people have their own subscriptions nowadays. Throwing everything into one pot is not useful. Even in a two-person household. However - good work. Keep going! |
It's being worked on. It's not an easy migration because of the dynamic currencies, categories and paying methods. There's a new admin page and every new string has to be translated in 17 languages. Progress:
Missing:
But yeah, might take a while. Regards. |
Aye....good man! Keep it up :-) Take your time. |
Version 2.0 with user account creation is now live. |
@ellite Great work and thank you for this feature addition! Just to check, what is the intention with having multiple users being able to register? From the looks of things, they get their own logins and can add subscriptions but can't see or view any subscriptions assigned to them for notification so this is a pretty blind way for them to try and manage subscriptions assigned to them? Any way to potentially expand on this feature to make them view the subscriptions when they're added to the same Household or at the very least the ones assigned to them for notifications? Thank you for your efforts and making this great app! |
Adding household members implies they could also be users this does not seem to be the case?
It would in a sense also open the door for gift subscriptions, i.e. subscriptions for 1 person paid for by another
The text was updated successfully, but these errors were encountered: