Forum OpenACS Q&A: Re: Invalidate all session and login cookies

Collapse
Posted by Brian Fenton on
Hi Michael

I think it's as simple as doing this in the database:

update users set auth_token = 'whatever'

Brian