Commit graph

8 commits

Author SHA1 Message Date
Maurice Meyer b1a06a8684 Removed spaces from empty lines 2017-07-20 16:22:46 +02:00
lamclennan d9f4b20448 Updated upgrade scripts for MySQL
Renamed the user table to users and added a unique key to it so
duplicate users can't be created.

Upgrade scripts delete duplicates and keep the lowest id (which is what
would have been used for authentication anyway, i.e. other users were
useless).

Added upgrade script to put domains names and records names to lower
case text as is required by postgres.
2017-01-08 14:15:31 +10:00
lamclennan b9efd906e5 Postgres SQL Fixes
A few commands changed to suit postgres and the "user" table.
2017-01-08 02:51:16 +10:00
lamclennan 47f3f9939e Bugs
Fixed a few code bugs. Added text to strip whitespace from records (i.e.
name, master, email)
2017-01-07 23:59:03 +10:00
lamclennan 7972a197ee PDO Conversion 2017-01-07 20:18:39 +10:00
Lukas Metzger f628e147cd Added csrf protection 2016-01-29 16:52:23 +01:00
Lukas Metzger 243e9b045f Added more protection against session theft 2016-01-29 15:39:40 +01:00
Lukas Metzger dbdda4e2cb Initial commit working login mechanism 2016-01-15 21:17:21 +01:00