mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 22:35:17 +00:00
Add identicon query param to GravatarPattern
This commit is contained in:
@@ -16,7 +16,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Gravatar URL pattern
|
// Gravatar URL pattern
|
||||||
var GravatarPattern = "https://gravatar.com/avatar/%s?s=%v"
|
var GravatarPattern = "https://gravatar.com/avatar/%s?s=%v&d=identicon"
|
||||||
|
|
||||||
// Simple regular expression used to verify that an email
|
// Simple regular expression used to verify that an email
|
||||||
// address matches the expected standard format.
|
// address matches the expected standard format.
|
||||||
|
Reference in New Issue
Block a user