diff options
author | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2011-01-25 20:55:45 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2011-01-25 20:55:45 -0800 |
commit | 7262b1cbb3fdb41ea6c6f8ea6220abb98f08aa5f (patch) | |
tree | 46c2733e4e6fe2223eced41e7d51328d978eb6c6 | |
parent | 368b051405758517da48c4db093af98d896ac553 (diff) | |
download | piny-code-7262b1cbb3fdb41ea6c6f8ea6220abb98f08aa5f.tar.gz piny-code-7262b1cbb3fdb41ea6c6f8ea6220abb98f08aa5f.zip |
Bug: postinstall key generation: new
-rw-r--r-- | docs/issues/postinstall_key_generation.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/issues/postinstall_key_generation.mdwn b/docs/issues/postinstall_key_generation.mdwn new file mode 100644 index 0000000..011e887 --- /dev/null +++ b/docs/issues/postinstall_key_generation.mdwn @@ -0,0 +1,9 @@ +* Status: [[!taglink open]] <!-- Choose one: open, closed --> +* Assigned to: [[!taglink jblake]] <!-- Choose one or more: jrayhawk, jblake --> +* Priority: [[!taglink now]] <!-- Choose one: now, soon, later --> +* Opened by: jrayhawk + +### Discussion + +I need a key with which to, at the moment, do HMAC for double-opt-in emails. +This should presumably happen in a post-install script somewhere. |