https://www.public.outband.net
It's a bit rough and lives on an old router in my closet so be gentle.
Sadly I can't see anyone else's databases. I thought that's where the fun would be! Maybe I'm doing something wrong. Anyway, look in prespecialize.public.messages for a message!
I tried putting something at https://www.public.outband.net/home/prespecialize/index.html but I must have the permissions wrong, alas! Anyway, fun project :)
I thought it was clever you used IPv6. Places a tiny little barrier to entry.
an example is foregoer.collab_data
It looks like I left a bad public_html link in new accounts home directory the path is actually /var/www/(user_name)/ a fix could be "rm public_html; ln -s /var/www/${LOGNAME} public_html but I will probably go through and fix them administrativly
:(
SELECT token, user_id FROM users
WHERE username = '____'
AND password = HASH('____')
-- Or maybe: AND password_verify(password, '____')
LIMIT 1;
I assume you are already hashing passwords, but the current login form's 'UI query' is enough to raise questions
_boffin_•1d ago