forked from tildetown/town
Merge pull request 'fix spaces in passwords' (#1) from equa/town:trunk into trunk
Reviewed-on: tildetown/town#1trunk
commit
5876b0ebe3
|
@ -17,7 +17,7 @@ import (
|
|||
email "git.tilde.town/tildetown/town/email"
|
||||
)
|
||||
|
||||
const pwLetters = "!@#$%^&*() []{}:;,.<>/?abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890"
|
||||
const pwLetters = "!@#$%^&*()[]{}:;,.<>/?abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890"
|
||||
|
||||
func ProcessGitea(rp string) error {
|
||||
apiToken := os.Getenv("GITEA_TOKEN")
|
||||
|
|
Loading…
Reference in New Issue