EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
Message: #10421
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
RE: [EP-tech] Forcing users to logout / closing active sessions
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: RE: [EP-tech] Forcing users to logout / closing active sessions
- From: Robin Sylvestre <robin.sylvestre@polymtl.ca>
- Date: Mon, 14 Sep 2026 17:38:49 +0000
|
CAUTION: This e-mail originated outside the University of Southampton.
Hi Justin! Thanks for your answer. Since my message to the list, I looked at the mechanism that is part of the new release that allows us to do it from the command line. It was easier than I thought
to do the same thing in our current version. I will keep you posted when we go live! Robin De : eprints-tech-request@ecs.soton.ac.uk <eprints-tech-request@ecs.soton.ac.uk>
De la part de Justin Bradley Hi Robin, The quick and slightly dirty way to log out all users is to empty out the loginticket database table. Any browser cookies shouldn't have any implications here. While at the same time blocking any new logins, by returning early from your login routine. $c->{check_user_password} = sub { return 0 } The new repository sounds great, I look forward to admiring it. :). Please share it when it’s ready. Justin -- Professor Justin Bradley Director,
EPrints Services –
digital repository solutions Enterprise Software Services –
hosted, supported, reliable School of Electronics and Computer Science University of Southampton justin@soton.ac.uk / B32 1023 |
- References:
- [EP-tech] Forcing users to logout / closing active sessions
- From: Robin Sylvestre <robin.sylvestre@polymtl.ca>
- Re: [EP-tech] Forcing users to logout / closing active sessions
- From: Justin Bradley <justin@soton.ac.uk>
- [EP-tech] Forcing users to logout / closing active sessions
- Prev by Date: [EP-tech] How to run IRSTAT2 with 193,155,631 row
- Next by Date: [EP-tech] Bulk upload of data
- Previous by thread: Re: [EP-tech] Forcing users to logout / closing active sessions
- Next by thread: [EP-tech] Links in PDFs that don't contain a protocol, resulting in lots of 'hits'
- Index(es):

