Guest User

Untitled

a guest
Feb 14th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. File.open("user.file", "a") do |file|
  2. file.puts "#{userName}=#{passwordEncoded},#{role},enabled"
  3.  
  4. danny=ieSV55Qc+eQOaYDRSha/AjzNTJE=
  5. ,ROLE,enabled
  6.  
  7. File.open("user.file", "a") do |file|
  8. file.puts "#{userName}=#{passwordEncoded.chomp},#{role},enabled"
  9.  
  10. "ieSV55Qc+eQOaYDRSha/AjzNTJE=n"
Add Comment
Please, Sign In to add comment