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
When logging into the medusa admin, the email is case sensitive. ie [email protected] != [email protected]
Medusa version (including plugins):
yarn list v1.22.22 ├─ @medusajs/admin-bundler@2.0.0-rc-20241022183311 ├─ @medusajs/admin-sdk@2.0.0-rc-20241022183311 ├─ @medusajs/admin-shared@2.0.0-rc-20241022183311 ├─ @medusajs/admin-vite-plugin@2.0.0-rc-20241022183311 ├─ @medusajs/api-key@2.0.0-rc-20241022183311 ├─ @medusajs/auth-emailpass@2.0.0-rc-20241022183311 ├─ @medusajs/auth-github@2.0.0-rc-20241022183311 ├─ @medusajs/auth-google@2.0.0-rc-20241022183311 ├─ @medusajs/auth@2.0.0-rc-20241022183311 ├─ @medusajs/cache-inmemory@2.0.0-rc-20241022183311 ├─ @medusajs/cache-redis@2.0.0-rc-20241022183311 ├─ @medusajs/cart@2.0.0-rc-20241022183311 ├─ @medusajs/cli@2.0.0-rc-20241022183311 ├─ @medusajs/core-flows@2.0.0-rc-20241022183311 ├─ @medusajs/currency@2.0.0-rc-20241022183311 ├─ @medusajs/customer@2.0.0-rc-20241022183311 ├─ @medusajs/dashboard@2.0.0-rc-20241022183311 ├─ @medusajs/event-bus-local@2.0.0-rc-20241022183311 ├─ @medusajs/event-bus-redis@2.0.0-rc-20241022183311 ├─ @medusajs/file-local@2.0.0-rc-20241022183311 ├─ @medusajs/file-s3@2.0.0-rc-20241022183311 ├─ @medusajs/file@2.0.0-rc-20241022183311 ├─ @medusajs/framework@2.0.0-rc-20241022183311 ├─ @medusajs/fulfillment-manual@2.0.0-rc-20241022183311 ├─ @medusajs/fulfillment@2.0.0-rc-20241022183311 ├─ @medusajs/icons@2.0.0-rc-20241022183311 ├─ @medusajs/index@2.0.0-rc-20241022183311 ├─ @medusajs/inventory@2.0.0-rc-20241022183311 ├─ @medusajs/js-sdk@2.0.0-rc-20241022183311 ├─ @medusajs/link-modules@2.0.0-rc-20241022183311 ├─ @medusajs/locking-postgres@2.0.0-rc-20241022183311 ├─ @medusajs/locking-redis@2.0.0-rc-20241022183311 ├─ @medusajs/locking@2.0.0-rc-20241022183311 ├─ @medusajs/medusa@2.0.0-rc-20241022183311 ├─ @medusajs/modules-sdk@2.0.0-rc-20241022183311 ├─ @medusajs/notification-local@2.0.0-rc-20241022183311 ├─ @medusajs/notification-sendgrid@2.0.0-rc-20241022183311 ├─ @medusajs/notification@2.0.0-rc-20241022183311 ├─ @medusajs/orchestration@2.0.0-rc-20241022183311 ├─ @medusajs/order@2.0.0-rc-20241022183311 ├─ @medusajs/payment-stripe@2.0.0-rc-20241022183311 ├─ @medusajs/payment@2.0.0-rc-20241022183311 ├─ @medusajs/pricing@2.0.0-rc-20241022183311 ├─ @medusajs/product@2.0.0-rc-20241022183311 ├─ @medusajs/promotion@2.0.0-rc-20241022183311 ├─ @medusajs/region@2.0.0-rc-20241022183311 ├─ @medusajs/sales-channel@2.0.0-rc-20241022183311 ├─ @medusajs/stock-location@2.0.0-rc-20241022183311 ├─ @medusajs/store@2.0.0-rc-20241022183311 ├─ @medusajs/tax@2.0.0-rc-20241022183311 ├─ @medusajs/telemetry@2.0.0-rc-20241022183311 ├─ @medusajs/test-utils@2.0.0-rc-20241022183311 ├─ @medusajs/types@2.0.0-rc-20241022183311 ├─ @medusajs/ui@4.0.0-rc-20241022183311 ├─ @medusajs/user@2.0.0-rc-20241022183311 ├─ @medusajs/utils@2.0.0-rc-20241022183311 ├─ @medusajs/workflow-engine-inmemory@2.0.0-rc-20241022183311 ├─ @medusajs/workflow-engine-redis@2.0.0-rc-20241022183311 └─ @medusajs/workflows-sdk@2.0.0-rc-20241022183311
Node.js version: v21.7.1 Database: Supabase (postgres) Operating system: Ubuntu 22.04.4 LTS Browser (if relevant):
v21.7.1
Supabase (postgres)
Ubuntu 22.04.4 LTS
Be able to login without case sensitive email.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the bug
When logging into the medusa admin, the email is case sensitive. ie [email protected] != [email protected]
System information
Medusa version (including plugins):
Node.js version:
v21.7.1
Database:
Supabase (postgres)
Operating system:
Ubuntu 22.04.4 LTS
Browser (if relevant):
Steps to reproduce the behavior
Expected behavior
Be able to login without case sensitive email.
The text was updated successfully, but these errors were encountered: