liftweb的用户注册实现-1.esme
lift的函数UI = +(snippet,template) ?esme的用户注册
?
+?
在Boot中,?SiteMap?中定义?Menu?,将 template中的lift:signup关联到
?
?doSubmit是个有副作用的函数,把user 和 auth保存起来,让user登录进来
?
template?
注册页面 signup.html:
?
?
?
注意:
?
<signup:credentials/>?
?
对应 :
?
?
auth的toForm定义如下:
?
?
?
?
?
?