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:
Vincent Ambo 2020-07-01 21:32:33 +01:00 committed by tazjin
parent 29984bb6f9
commit 7dbdd2d13e

View file

@ -1,5 +0,0 @@
require 'securerandom'
passwd = SecureRandom.urlsafe_base64(15)
puts "your password: [[#{passwd}]]"