CakeDC / users

Users Plugin for CakePHP
https://www.cakedc.com
Other
520 stars 296 forks source link

11.next: Fix CakePHP 4.5 deprecations #1038

Closed LordSimal closed 1 year ago

LordSimal commented 1 year ago

Resolves https://github.com/CakeDC/users/issues/1037

LordSimal commented 1 year ago

First I thought its fine to call $this->getSchema() inside the initialize method and set the custom column types. But this doesn't work when someone uses a custom table instead of the users table.

rochamarcelo commented 1 year ago

Thank you.