Hello, Justin. It seems like you're configuring repoze.what and repoze.who via repoze.what- quickstart [1].
That package configures authentication (i.e., repoze.who) so that the cookies are handled by the AuthTktCookiePlugin [2], but that repoze.who identifier plugin doesn't allow specifying that (yet). So there are two options: 1.- Request this feature on <http://bugs.repoze.org/>. Chances are if you provide a patch, it'll get a applied and a new release will be done very soon. Then I'll update repoze.what-quickstart so you can pass this argument to AuthTktCookiePlugin. 2.- You use your own AuthTktCookiePlugin-based identifier. But then you will have to configure repoze.who/what manually, without repoze.what-quickstart. I would go for option 1. HTH, - Gustavo. [1] http://code.gustavonarea.net/repoze.what-quickstart/ [2] http://static.repoze.org/whodocs/narr.html#repoze.who.plugins.auth_tkt.AuthTktCookiePlugin Justin said: > I am trying to use Repoze.what with pylons. I would like to be able to > configure the expiration time for my site cookies as well as add a > remember me button to the login view. I can not seem to find any > documentation on where to configure these options though, when using > the quickstart option. > > Anyhelp would be much appreciated. -- Gustavo Narea <xri://=Gustavo>. | Tech blog: =Gustavo/(+blog)/tech ~ About me: =Gustavo/about |
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
