Skip to content
New issue

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

"Failed to create link" when password is forbidden #10142

Closed
wkloucek opened this issue Dec 11, 2023 · 1 comment · Fixed by #10145
Closed

"Failed to create link" when password is forbidden #10142

wkloucek opened this issue Dec 11, 2023 · 1 comment · Fixed by #10145
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug Something isn't working

Comments

@wkloucek
Copy link
Contributor

Describe the bug

UX is not great

Steps to reproduce

  1. configure a password policy and forbid a certain password like "tooeasy"
  2. create a link and use password "tooeasy"

Expected behavior

User get's a message that this password is not allowed

I assume that's possible because the ocs request returns:

<?xml version="1.0" encoding="UTF-8"?>
<ocs>
   <meta>
      <status>error</status>
      <statuscode>400</statuscode>
      <message>Unfortunately, your password is commonly used. please pick a harder-to-guess password for your safety</message>
   </meta>
</ocs>

Actual behavior

image

Setup

ownCloud Web UI 8.0.0-alpha.13
Infinite Scale 5.0.0-alpha.6

@wkloucek wkloucek added the Type:Bug Something isn't working label Dec 11, 2023
@kulmann
Copy link
Contributor

kulmann commented Dec 11, 2023

Please add the selected / default role to the steps to reproduce

@kulmann kulmann added the Priority:p2-high Escalation, on top of current planning, release blocker label Dec 11, 2023
@kulmann kulmann moved this from Qualification to Prio 2 in Infinite Scale Team Board Dec 11, 2023
@github-project-automation github-project-automation bot moved this from Prio 2 to Done in Infinite Scale Team Board Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants