dev:proposal:self_serve_password_reset
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev:proposal:self_serve_password_reset [2010/03/28 20:56] – deferrable constraint dbs | dev:proposal:self_serve_password_reset [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
<code sql> | <code sql> | ||
uuid TEXT NOT NULL, | uuid TEXT NOT NULL, | ||
- | usr BIGINT NOT NULL REFERENCES actor.usr.id DEFERRABLE INITIALLY DEFERRED, | + | usr BIGINT NOT NULL REFERENCES actor.usr(id) DEFERRABLE INITIALLY DEFERRED, |
request_time TIMESTAMP NOT NULL DEFAULT NOW(), | request_time TIMESTAMP NOT NULL DEFAULT NOW(), | ||
has_been_reset BOOLEAN NOT NULL DEFAULT false | has_been_reset BOOLEAN NOT NULL DEFAULT false | ||
); | ); | ||
+ | </ | ||
+ | |||
+ | ===== Fieldmapper ===== | ||
+ | <code xml>< | ||
+ | <fields oils_persist: | ||
+ | <field reporter: | ||
+ | <field reporter: | ||
+ | <field reporter: | ||
+ | <field reporter: | ||
+ | </ | ||
+ | < | ||
+ | <link field=" | ||
+ | </ | ||
+ | </ | ||
</ | </ | ||
dev/proposal/self_serve_password_reset.1269824164.txt.gz · Last modified: 2022/02/10 13:34 (external edit)