[PATCH] Remove the per-user session limit

Lukas Fleischer lfleischer at archlinux.org
Sun Aug 2 13:23:50 UTC 2020


On Wed, 29 Jul 2020 at 07:46:10, Frédéric Mangano-Tarumi wrote:
> This feature was originally introduced by
> f961ffd9c7f2d3d51d3e3b060990a4fef9e56c1b as a fix for FS#12898
> <https://bugs.archlinux.org/task/12898>.
> 
> As of today, it is broken because of the `q.SessionID IS NULL` condition
> in the WHERE clause, which can\u2019t be true because SessionID is not
> nullable. As a consequence, the session limit was not applied.
> 
> The fact the absence of the session limit hasn\u2019t caused any issue so
> far, and hadn\u2019t even been noticed, suggests the feature is unneeded.
> ---
>  aurweb/routers/sso.py     |  2 +-
>  conf/config.defaults      |  1 -
>  web/lib/acctfuncs.inc.php | 17 -----------------
>  3 files changed, 1 insertion(+), 19 deletions(-)

Merged into pu, thanks!


More information about the aur-dev mailing list