Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:tjweir/pocketchangeapp
Browse files Browse the repository at this point in the history
  • Loading branch information
tjweir committed Mar 28, 2009
2 parents 79b687c + efe8638 commit f648f83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.pocketchangeapp.model

import _root_.net.liftweb.mapper._
import DB._
import net.liftweb.util._
import _root_.net.liftweb.util._
import _root_.java.sql.Connection

/**
Expand All @@ -11,6 +11,7 @@ import _root_.java.sql.Connection
object User extends User with MetaMegaProtoUser[User] {
override def dbTableName = "users" // define the DB table name

// Just for testing purposes. In production we remove this
override def skipEmailValidation = true

// Spruce up the forms a bit
Expand Down

0 comments on commit f648f83

Please sign in to comment.