Yii2 User Versions Save

[ABANDONED] Flexible user registration and authentication module for Yii2

0.9.13

6 years ago

0.9.11

7 years ago
  • Fix: Fixed migrations for postgresql (dmeroff)
  • Enh #794: Allow fast login without password when in DEBUG mode (thyseus)
  • Enh #826: Auth action added to auth rules (faenir)
  • Enh #820: Added ability to switch back to latest user after being impersonated (thyseus)
  • Enh #774: Added last_login_at column to user table (thyseus)

0.9.10

7 years ago
  • Enh #767: Added support for MS SQL Server (tsdogs)
  • Enh #795: Added method getAccountByProvider to User model to get account model by provider name (dmeroff)
  • Fix #778: Migrations now use correct db component (dmeroff)
  • Fix #777: Rethrow exception on failed user creation or registration (dmeroff)
  • Enh #772, #791: Added ability to log into another user's account (thyseus)
  • Fix #761: Fixed EVENT_AFTER_CONFIRM not triggering on user creation (dmeroff)
  • Fix #757: Fixed tabindex order in security/login.php view (dmeroff)

0.9.9

7 years ago

Changelog

  • Enh #746: Changed AccessRule to check other roles/permissions (markux)
  • Enh #649: Updated test suite to codeception 2.2 (dmeroff)
  • Enh #725: Removed message that user is not registered in Recovery and Resend forms (dmeroff)
  • Fix #747: Fixed reverting migrations on PostgreSQL (dmeroff)

0.9.8

7 years ago

Hotfix version to fix Yandex auth client.

CHANGELOG

  • Fix: Fixed Yandex auth client (dmeroff)

0.9.7

7 years ago

Changelog

  • Enh: Updated Yii2-authclient required version to 2.1.0 (dmeroff)
  • Fix: Max password length set to 72 chars (dmeroff)
  • Enh #378: Added events before and after confirmation (dmeroff)
  • Enh #593: Added option to allow users to remove their accounts (dmeroff)
  • Enh #705: Jui datepicker dependency has been removed (dmeroff)
  • Enh #648: Refactored ajax validation trait (dmeroff)
  • Enh #581, #164: Added ability for users to set their timezones (yarrgh)

0.9.6

8 years ago

Summary

This is the latest release before alpha version, it containts a bunch of improvements to the codebase and translations.

Changelog

  • enh Added new method to Profile model to get avatar url (dmeroff)
  • fix Fixed translations sourceLanguage (thezilla-)
  • enh Added ability to grant access to admin part via roles (Talwoasc)
  • fix Fixed postgresql migrations (kfreiman, drxwat)
  • enh Improved login widget (dmeroff)
  • enh Support for custom admin role via access control rule out of the box #510 (dmeroff)
  • fix Removed ability to register a new account via social network when registration is disabled #512 (dmeroff)
  • fix Added check if profile model exists in Settings controller #497 (dmeroff)
  • enh Added event triggers to most of actions #411 (dmeroff)
  • enh Added LinkedIn client #496 (SamMousa)

v0.3.0

10 years ago
  • Added console commands
  • Refactored test suite
  • Added 'simple' registration (when password is generated automatically)
  • Refactored forms
  • Extracted interfaces for identity class
  • Added registration form class
  • Added optional captcha on login, registration, resend and recovery pages
  • Added access control in recovery controller

v0.2.0

10 years ago
  • Added russian translation
  • Added password recovery feature
  • Added different login types: email, username, both
  • Added regular expression on validating username

v0.1.0

10 years ago