-
Notifications
You must be signed in to change notification settings - Fork 18
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
statamic new <site> incorrectly saves the superuser password on Windows #78
Comments
Which operating system are you using? |
I am on Windows 11. |
Works fine on Mac, at least. |
jasonvarga
changed the title
statamic new <site> incorrectly saves the superuser password
statamic new <site> incorrectly saves the superuser password on Windows
Oct 4, 2024
It probably has something to do with the CLI's "make user" code. Since Windows doesn't have TTY (which means we can't defer to Core's Lines 669 to 702 in 304a0b2
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
The
statamic new <site name>
command may not save the superuser password correctly, resulting in the impossibility to connect with the password typed during the process, which makes it confusing.How to reproduce
statamic new <site name>
with a site name of your choosing. Make it so a superuser will be created in the process.$
, for instance123$456789
.123$456789
is not the correct password but123
is.Apparently,
$
and everything to its right is ignored.Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: