Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lift with db4o User model

Tags:

scala

lift

db4o

suppose you have a Lift + db4o project... How do you define User model? Should I extend MetaMegaProtoUser?

Thanks in advance, Etam.

like image 255
Etam Avatar asked Dec 14 '25 20:12

Etam


1 Answers

Yes, you have to Extend the MetaMegaProtoUser:

class User extends MetaMegaProtoUser[User] { 
...
}

It handles all the stuff related to user registration, password change etc..

like image 200
onof Avatar answered Dec 18 '25 11:12

onof



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!