Skip to content
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

User Profiles #260

Open
pahlse opened this issue Feb 14, 2023 · 1 comment
Open

User Profiles #260

pahlse opened this issue Feb 14, 2023 · 1 comment

Comments

@pahlse
Copy link

pahlse commented Feb 14, 2023

Hi all,

I'll leave this here. Don't know where else I should go with it. I'm working on a website for my extended families shared vacation home. It's intended to host a bunch of basic administrative infos, as well as periodic updates and a collection of email addresses and phone numbers of all parties involved.

As of now we have a general site-wide password in place. This works ok, but security is admittedly very low. Is there a simple FOSS way of implementing user profiles for a case like this? Imo this would make it quite a bit more secure. Not too sure where I should start. There are some payed wordpress-like options which I would very much like to avoid.

Any opinions?
All the best.

@pattmax00
Copy link
Contributor

pattmax00 commented Mar 5, 2023

If you are willing to do a little coding yourself, I already have CSRF, users, and sessions done on my minimal Go web framework. I think you could adapt what I made fairly easily to support a staff role and protect pages based on if the current user is staff or not.

Edit) You'll want to just clone the current master branch. It has gotten better since the last release.

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

No branches or pull requests

2 participants