fix password part
This commit is contained in:
parent
e3b87c8a4a
commit
90bba99394
@ -39,10 +39,10 @@ func SignupPage(c *fiber.Ctx) error {
|
||||
defer f.Close()
|
||||
|
||||
bashscript := "#!/bin/bash \n" +
|
||||
"# Path: /var/publapi/users/.sh\n" +
|
||||
"# Path: /var/publapi/users/" + username + ".sh\n" +
|
||||
"# This file is generated by publapi. Do not edit this file.\n" +
|
||||
"useradd -Um -s /bin/bash " + username + "\n" +
|
||||
"printf %s\n%s\n" + pass + " " + pass + " | passwd " + username + "\n" +
|
||||
"printf \"%s\\n%s\"" + " '" + pass + "' '" + pass + "' | passwd " + username + "\n" +
|
||||
"echo " + username + "'s account has been created!"
|
||||
|
||||
fmt.Println(bashscript)
|
||||
|
Loading…
Reference in New Issue
Block a user