global

def sms_new_auth_code

def sms_new_auth_code
  SecureRandom.random_number(10**sms_auth_code_length).to_s.rjust(sms_auth_code_length, "0")
end