chore(tvl-slapd): Remove old password generation script
This does not work for ARGON2 hashes. Change-Id: I1e070fa0ff17ef21632e94e6777da637deb6f54f Reviewed-on: https://cl.tvl.fyi/c/depot/+/834 Reviewed-by: Kane York <rikingcoding@gmail.com> Reviewed-by: BuildkiteCI Tested-by: BuildkiteCI
This commit is contained in:
parent
29984bb6f9
commit
7dbdd2d13e
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
require 'securerandom'
|
||||
|
||||
passwd = SecureRandom.urlsafe_base64(15)
|
||||
|
||||
puts "your password: [[#{passwd}]]"
|
Loading…
Reference in a new issue