Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tangy-friends-follow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": minor
---

Add password login mode setting to Site Settings, allowing administrators to control whether password-based authentication is enabled, restricted to customers only, or fully disabled. The Sign In page now respects this setting — when password login is disabled or restricted to customers only, the email/password form is hidden and only external authentication methods (e.g. SSO) are shown.
36 changes: 36 additions & 0 deletions locale/defaultMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@
"context": "product type shipping settings, section header",
"string": "Shipping"
},
"/2o5cH": {
"context": "section description",
"string": "Controls whether users can authenticate using password-based login. You can allow it for everyone, restrict it to customers only, or disable it entirely."
},
"/4/nYx": {
"string": "Discount updated"
},
Expand Down Expand Up @@ -880,9 +884,17 @@
"context": "button",
"string": "Add variant"
},
"3CMUKE": {
"context": "password login mode option description",
"string": "Only customer users can log in with a password. Staff users logging in with a password will be treated as customers."
},
"3DGvA/": {
"string": "Remember this will also unpin all products assigned to this category, making them unavailable in storefront."
},
"3EFNZn": {
"context": "password login mode option",
"string": "Customers only"
},
"3Eyq0y": {
"string": "Mark as paid manually if the payment is confirmed"
},
Expand Down Expand Up @@ -7089,6 +7101,10 @@
"context": "status",
"string": "Active"
},
"c5B5Cg": {
"context": "password login mode option description",
"string": "No user can log in with a password"
},
"c5fFin": {
"context": "ExitFormPrompt title",
"string": "Leave without saving changes?"
Expand Down Expand Up @@ -7421,6 +7437,10 @@
"e822us": {
"string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion."
},
"e8O72h": {
"context": "password login mode option",
"string": "Disabled"
},
"e92Uxp": {
"context": "order history message",
"string": "Updated fulfillment group's tracking number"
Expand Down Expand Up @@ -8131,6 +8151,10 @@
"context": "Transaction event status - unknown status, info without event data",
"string": "Info"
},
"iidznP": {
"context": "password login mode option description",
"string": "All users can log in with a password"
},
"ij3dWD": {
"context": "custom extension page create, error message",
"string": "Extension name is required"
Expand Down Expand Up @@ -8371,6 +8395,10 @@
"context": "select label",
"string": "Unset"
},
"k6kIUq": {
"context": "password login mode option",
"string": "Enabled"
},
"k6sfZr": {
"context": "tooltip content when product is in preorder",
"string": "This product is still in preorder. You will be able to fulfill it after it reaches it’s release date"
Expand Down Expand Up @@ -8523,6 +8551,10 @@
"context": "delete model",
"string": "Are you sure you want to delete {title}?"
},
"kny5j9": {
"context": "section title",
"string": "Password Login"
},
"kp2IYP": {
"context": "option",
"string": "Gift card product type"
Expand Down Expand Up @@ -9492,6 +9524,10 @@
"context": "voucher status scheduled",
"string": "Scheduled"
},
"qRMXUE": {
"context": "card header",
"string": "Password login mode"
},
"qRmntJ": {
"context": "extensions list ready to be used",
"string": "{name} is ready to be used"
Expand Down
Loading
Loading