Go to file
jordi fita mas ff5b76b4f5 Use a “proper” struct for the login form
Similar to the profile form, the login form now parses and validates
itself, with the InputField structs that the templates expect.

I realized that i was doing more work than necessary when parsing fields
fro the profile form because i was repeating the operation and the field
name, so now it is a function of InputField.

This time i needed extra attributes for the login form.  I am not sure
that the Go source code needs to know about HTML attributes, but it was
the easiest way to pass them to the template.
2023-02-01 11:02:32 +01:00
cmd/numerus Implement login cookie, its verification, and logout 2023-01-17 20:58:13 +01:00
debian Add required PostgreSQL extensions as dependencies for Debian 2023-01-24 23:59:28 +01:00
demo Add the tax relation with very rough form and handler 2023-01-28 14:18:58 +01:00
deploy Add the contact relation and a rough first form 2023-01-29 15:14:31 +01:00
pkg Use a “proper” struct for the login form 2023-02-01 11:02:32 +01:00
po Use a “proper” struct for the login form 2023-02-01 11:02:32 +01:00
revert Add the contact relation and a rough first form 2023-01-29 15:14:31 +01:00
test Add the contact relation and a rough first form 2023-01-29 15:14:31 +01:00
verify Add the contact relation and a rough first form 2023-01-29 15:14:31 +01:00
web Use a “proper” struct for the login form 2023-02-01 11:02:32 +01:00
.gitignore Ignore IntelliJ’s project files 2023-01-30 16:42:15 +01:00
COPYING Rename LICENSE to COPYING 2023-01-15 04:08:35 +01:00
Makefile Rename extension of templates to .gohtml 2023-01-30 16:48:21 +01:00
go.mod Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
go.sum Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
sqitch.conf Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
sqitch.plan Add the contact relation and a rough first form 2023-01-29 15:14:31 +01:00