- logout should clear session. otherwise return sends you back to pages from previous session, even if you’re a different user
- need to check page locking.
- rename apparently doesn’t “strip”?
- after activating user is told to log in, but button says “activate”
- emails seems to fail to reach yahoo accounts
- sporadic delete failure: sometimes delete crashes, haven’t figured out a pattern as to when, can’t (yet) reproduce it reliably. maybe related to a (random) order in which things are returned from db?
- if the activation code doesn’t exist, then the activation page should catch the error.
- bad email input on invitation page gives application error. should tell the user what went wrong
- in-place textarea sizing needs to be addressed.