We are setting Ghost up (self-hosted) to share neighborhood information and we want to keep some information semi-private without making every household create a Member account.
My thought was to create just a single member, share the password with everyone, and change it once a year. I can do this with Ghost as is, but it would be much nicer if I could make the Sign in form simpler by having the email pre-entered and hidden with only the password field visible. I’d also want to disable the account editing to keep anyone from changing that account.
I found a few older posts about modifying the portal code, but the github links in them are broken. I’ve a professional developer so I don’t mind hacking some code if I can find the right files.