#2047: Default Elixir model does not support transparent password encryption
-------------------------+--------------------------------------------------
Reporter: Chris Arndt | Owner: Chris Arndt
Type: defect | Status: new
Priority: normal | Milestone: 1.1
Component: Identity | Version: 1.1 HEAD
Severity: normal | Keywords: quickstart, elixir
-------------------------+--------------------------------------------------
The default SQLAlchemy identity model adds a special property for the
`password` attribute of the `User` object that takes care of transparently
encrypting the password before storing it in the database, if this is
enabled in the identity configuration.
Unfortunately this technique doesn't work for Elixir, because properties
need to defined differently for `elixir.Entity` object.
We need to add some support for encrypting the password when setting the
corresponding attribute of the `User` object to the default Elixir
quickstart identity model.
--
Ticket URL: <http://trac.turbogears.org/ticket/2047>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---