user grup listing, search, pagination
This commit is contained in:
@@ -12,5 +12,5 @@ func GenerateRandomID(text string) string {
|
||||
hash := md5.Sum([]byte(seed))
|
||||
randomID := hex.EncodeToString(hash[:])
|
||||
randomID = strings.ReplaceAll(randomID, "-", "")
|
||||
return randomID
|
||||
return "sas" + randomID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user