Suppose you have a Lift + db4o project ... How do you define a User Model ? Should I Extend MetaMegaProtoUser ?
Thanks in advance, Etam.
Yes, you should extend MetaMegaProtoUser:
class User extends MetaMegaProtoUser[User] { ... }
It processes everything related to user registration, password change, etc.
Source: https://habr.com/ru/post/1757678/More articles:Nose: Capture script output as well as test output - pythoniis 7 - cannot find the configuration tool .Net Users - iis-7ASP.Net page for uploading files stops processing in the middle of a log statement - uploadPrivate and public key storage in MySQL-DB - javaHow to document Java web services API - javaError with scala -2.8 and scalacheck: Prop has the wrong version - scalaConfigure specific JDBC oracle property v $ session.program using Jboss and JPA (sleep mode) - oracleComplex C # for training purposes - c #Iterating through dynamic Expando properties in Django templates - pythonHow to cope with an assertion error in NSButton lockFocus when using modalWindow on quit? - cocoaAll Articles