Changes between Initial Version and Version 1 of Ticket #43443, comment 31
- Timestamp:
- 04/20/2018 03:30:57 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43443, comment 31
initial v1 3 3 > Hmm, why not? On large/busy sites it would be nice to see when somebody has changed passwords, or the last time an email was verified. 4 4 5 CPT is mu stheavier just to store a hash/key, and I disagree you need logs for that type of activity where it's a) automated and b) something that happens more or less in the background. Look at the existing system; it's just meta.5 CPT is much heavier just to store a hash/key, and I disagree you need logs for that type of activity where it's a) automated and b) something that happens more or less in the background. Look at the existing system; it's just meta. 6 6 7 7 > Perhaps we can abstract the CPT a bit, make it more generic, then set different `post_name` depending on request type?