search for: passwordbi

Displaying 2 results from an estimated 2 matches for "passwordbi".

Did you mean: passwordbis
2006 Jan 27
1
Multiple Database write question
...ind_first(["login = ?", @user.login]) @updateuser.lastname = @params[:post][:lastname] @updateuser.firstname= @params[:post][:firstname] @updateuser.prefered_language = @params[:prefered_language] notice = "" if not @params[:post][:password].empty? and not @params[:post] [:passwordbis].empty? if @params[:post][:password] == @params[:post][:passwordbis] @newuser.password = @params[:post][:password] else notice += "Your passwords don''t match!" end end if not notice.empty? flash[:notice] = notice redirect_back_or_default :controller => &quot...
2006 Mar 08
6
GD error...
...s: GD| Request *Parameters*: {"post"=>{"lastname"=>"aaaaa", "firstname"=>"bbbbbb", "picture"=>#<StringIO:0x395e3f8>, "password"=>"", "newemail"=>"aaa@bbb.com", "passwordbis"=>""}} it is related with GD module (I guess).. so, i''ve downloaded ruby-gd from http://raa.ruby-lang.org/cache/ruby-gd/ruby-GD-0.7.4-1.tar.gz and unzipped it into [instantRails_path]/ruby folder. And I still get that error. Do I need to configure/download/install...