[web2py] Re: Web2py CAS auth.username does not exist. Multiple applications, one CAS provider.

2013-04-05 Thread joe smith
> > auth = Auth(db, username=True) > > > CAS requires a username. > > On Friday, 5 April 2013 11:26:50 UTC-5, joe smith wrote: >> >> I am writing a number of Web2py applications. The base CAS application is >> an administration system to keep track of users, o

[web2py] Web2py CAS auth.username does not exist. Multiple applications, one CAS provider.

2013-04-05 Thread joe smith
I am writing a number of Web2py applications. The base CAS application is an administration system to keep track of users, organizations, groups, etc. That part is working fine, but now I want to add additional applications that use this administration system as a CAS provider. I have been tryi

[web2py] Web2py CAS auth.username does not exist. Multiple application with one CAS provider.

2013-04-05 Thread joe smith
I am trying to create a single web2py server with multiple applications that each use a single CAS provider to handle user authentication. I keep running into a wall when it comes to getting the applications to work with the CAS. In particular I get an error from the consumer app that auth.use

[web2py] smartgrid button placement 'left' 'right', 'both'

2012-12-21 Thread joe smith
I am trying to set the button placement of the "View", "Edit", "Delete" buttons in the smartgrid table to be 'left'. I am using: button_placement = 'left' in my controller when I set a smartgrid. It works in web2py 2.3.2 on my local machine, but won't work in 2.2.1 on our server. Is that setting