Auth

Provides a framework for user authentication.

Table of Contents
Authentication (Previous) A usage example (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

Note by: Gleb Starkov
Hello.
I use this class, and I need to change the encoding.
I solved this problem by redefining the method _prepare ().
But this is not elegant solution, as _prepare () is marked as private.
You can mark _prepare () as protected or add the option `charset`?