Articles tagged with "Ticket"
Ticket Component - i.e. password reset
This is my implementation of a simple Ticket Component. A ticket is a way to store a piece of data that can be retrieved and used once. The typical example of this would be a feature to reset user passwords. You need to open that function to a non-secure session. By using a ticket you limit the danger to a more reasonable level. Read on and I will explain...
[Read more] Ticket Model for CakePHP
This model will create a simple one-off ticket which can be used for user password resetting to activation and moderation.
With an activate account example you might send a url like http://domain.tld/users/activate/6d9c79a15255
[Read more] With an activate account example you might send a url like http://domain.tld/users/activate/6d9c79a15255
Latest Comments