We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable: true
Hello!
According to the docs, the following property should disable the admin:
disable | If set to true, the entire Admin Panel will be disabled.
This however has no effect and the admin is still accessible.
https://github.com/yulolimum/tmp-payload-admin-disabled-repro
git clone [email protected]:yulolimum/tmp-payload-admin-disabled-repro.git
yarn
yarn dev
Navigate to admin in browser
Login using u:[email protected] p:Password1!
[email protected]
Password1!
area: core
Binaries: Node: 22.12.0 npm: 10.9.0 Yarn: 4.6.0 pnpm: N/A Relevant Packages: payload: 3.12.0 next: 15.1.3 @payloadcms/email-nodemailer: 3.12.0 @payloadcms/graphql: 3.12.0 @payloadcms/next/utilities: 3.12.0 @payloadcms/payload-cloud: 3.12.0 @payloadcms/richtext-lexical: 3.12.0 @payloadcms/translations: 3.12.0 @payloadcms/ui/shared: 3.12.0 react: 19.0.0 react-dom: 19.0.0 Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.1.0: Mon Oct 9 21:27:24 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T6000 Available memory (MB): 65536 Available CPU cores: 10
The text was updated successfully, but these errors were encountered:
Hey @yulolimum — we'll get on this. In the meantime, you can just delete the app/(payload)/admin folder which will disable the admin panel.
app/(payload)/admin
@JessChowdhury let's try and determine which touchpoints we need to deal with in order to respect this property once again now that we're on 3.0!
Sorry, something went wrong.
JessChowdhury
No branches or pull requests
Describe the Bug
Hello!
According to the docs, the following property should disable the admin:
This however has no effect and the admin is still accessible.
Link to the code that reproduces this issue
https://github.com/yulolimum/tmp-payload-admin-disabled-repro
Reproduction Steps
Navigate to admin in browser
Login using u:
[email protected]
p:Password1!
Which area(s) are affected? (Select all that apply)
area: core
Environment Info
The text was updated successfully, but these errors were encountered: