Make parameters consistent. This routine does not have a class parameter like new_userenv does.
Moving this TEMPORARILY to Koha sec since it depends on stuff.
Created attachment 129867 [details] [review] Bug 29954: Make new_userenv and unset_userenv consistent Remove the underscore; not a private routine.
Created attachment 129868 [details] [review] Bug 29954: Rename _unset calls to unset
Created attachment 129869 [details] [review] Bug 29954: Rename _new calls to new
Created attachment 129870 [details] [review] Bug 29954: Fix calls in Auth.pm Back to class method calls (temporary fix from 29915).
This will need to wait a bit on the other secu bugs and 29915
Sweet. I like it. Do we have any tests for these?
(In reply to David Cook from comment #7) > Sweet. I like it. > > Do we have any tests for these? See 29915 in relation to check_cookie_auth.