This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-08-13 11:17:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
strapi-admin
/
models
/
Administrator.config.js
8 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Removes resetToken from administrator edit view
2019-09-03 09:56:16 +02:00
module
.
exports
=
{
Fix ctm hidden fields
2019-12-17 12:33:56 +01:00
attributes
:
{
Removes resetToken from administrator edit view
2019-09-03 09:56:16 +02:00
resetPasswordToken
:
{
Fix ctm hidden fields
2019-12-17 12:33:56 +01:00
hidden
:
true
,
Removes resetToken from administrator edit view
2019-09-03 09:56:16 +02:00
}
,
}
,
}
;
Reference in New Issue
Copy Permalink