What's Changed
Fixed Bugs
- fix: escape string to prevent XSS attack by @warcooft in #1148
- fix: add missing args to
lang('Auth.invalidEmail')
by @kenjis in #1159 - fix:
chain
filter does not updatelast_active
by @kenjis in #1160 - fix: Shield ignores
AuthToken::$authenticatorHeader
config by @alxjzx100 in #1169 - fix: cannot override
emailer()
function by @FrancoisChaumont in #1174 - fix:
shield:user create
does not assign a default group by @kenjis in #1162 - fix: add missing validation for group name to
shield:user addgroup
/removegroup
by @kenjis in #1176 - fix: confusing lang message
invalidEmail
by @kenjis in #1175 - fix: CSP error in debugbar by @emaceda in #1242
Enhancements
- feat: Updated email templates with user information by @pmagictech in #1125
- feat: [Magic Link Login] add placeholder to
invalidEmail
to return user email. by @warcooft in #1145 - feat: add -g option to
shield:user create
by @kenjis in #1164 - feat: add
UserModel::createNewUser()
andRegisterController
uses it by @kenjis in #1196 - feat: Add expiration date to access token & hmac keys by @CosDiabos in #1219
- feat: Add user relations loading methods for groups and permissions by @michalsn in #1257
Translations
- lang: [de] Update Auth.php - add missing translation by @sba in #1152
- lang: [fa] update error message for email verification failure by @datamweb in #1157
- lang: [ja] translate updated
invalidEmail
by @kenjis in #1158 - lang: [tr] Language additions by @YusufDurmaz in #1218
- lang: [nl] fix incorrect translation by @christianberkman in #1231
- lang: [pt-BR] translation completed by @xgrind in #1265
New Contributors
- @pmagictech made their first contribution in #1125
- @obozdag made their first contribution in #1138
- @warcooft made their first contribution in #1148
- @alxjzx100 made their first contribution in #1169
- @FrancoisChaumont made their first contribution in #1174
- @christianberkman made their first contribution in #1178
- @grimpirate made their first contribution in #1185
- @YusufDurmaz made their first contribution in #1216
- @amiraiman made their first contribution in #1223
- @emaceda made their first contribution in #1242
- @CosDiabos made their first contribution in #1219
- @xgrind made their first contribution in #1265
Full Changelog: v1.1.0...v1.2.0