openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #19916
Re: [Merge] lp:~trb143/openlp/cherrypy into lp:openlp
Review: Needs Fixing
219 + def on_login(self, username):
220 + """
221 + Called on successful login
222 + """
223 +
224 + def on_logout(self, username):
225 + """
226 + Called on logout
227 + """
Please at least put "pass" in there.
233 + return """<html>
We have Mako, please use it for the login page too.
--
https://code.launchpad.net/~trb143/openlp/cherrypy/+merge/152779
Your team OpenLP Core is subscribed to branch lp:openlp.
References