Re: [web2py] Re: CAS provider and registration

2014-03-14 Thread ureal frank
On Sunday, February 16, 2014 5:10:16 PM UTC, Massimo Di Pierro wrote: > > I am open to change this. Do you want to attempt a patch to address some > of the issues? > Any news regarding this issue? I've tested it today with 2.9.4 and the behaviour is the same. it would be awesome to have this '

Re: [web2py] Re: CAS provider and registration

2014-02-16 Thread Massimo Di Pierro
I am open to change this. Do you want to attempt a patch to address some of the issues? Massimo On Sunday, 16 February 2014 05:39:31 UTC-6, Alexei Vinidiktov wrote: > > The first issue is that the client app that uses a cas provider only > provides one option: to log in - in the top navigatio

Re: [web2py] Re: CAS provider and registration

2014-02-16 Thread Alexei Vinidiktov
The first issue is that the client app that uses a cas provider only provides one option: to log in - in the top navigation bar. I think some users would be at a loss as to how to register since there is no explicit link. The second and third issues are with the cas provider login page. After the

Re: [web2py] Re: CAS provider and registration

2014-02-15 Thread Tim Richardson
As long as you allow users to register in your auth settings (and by default they can), there is a register option on the login menu of the cas screen. This is based on trunk. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source c

Re: [web2py] Re: CAS provider and registration

2014-02-14 Thread Alexei Vinidiktov
I need the same functionality for my app. I've checked the trunk but it doesn't appear to have it implemented. On Wed, Aug 28, 2013 at 10:24 PM, Larry Weinberg wrote: > > It look like trunk gives the same results. > >- I create two new apps up casserve and casclient >- In casclient I cre

Re: [web2py] Re: CAS provider and registration

2014-02-14 Thread Alexei Vinidiktov
How can I add the register button to the cad login form (page)? On Thu, Aug 29, 2013 at 11:12 PM, Larry Weinberg wrote: > I can get the register to redirect as I wanted by adding this to the CAS > server application's default controller index function: > >if session.service_arg: > re

[web2py] Re: CAS provider and registration

2013-08-29 Thread Larry Weinberg
I can get the register to redirect as I wanted by adding this to the CAS server application's default controller index function: if session.service_arg: redirect(session.service_arg) The only thing missing then is the register button. It should be relatively trivial to add that in.

[web2py] Re: CAS provider and registration

2013-08-28 Thread Larry Weinberg
It look like trunk gives the same results. - I create two new apps up casserve and casclient - In casclient I create auth with this: - auth = Auth(db,cas_provider = 'http://127.0.0.1:8000/casserve/default/user/cas') - I launch casclient/default/index and the login menu only

[web2py] Re: CAS provider and registration

2013-08-27 Thread Larry Weinberg
Thanks Massimo. I will try that On Tuesday, August 27, 2013 1:12:47 PM UTC-7, Massimo Di Pierro wrote: > > I believe this is fixed in trunk. You have to update web2py and the > views/default/users.html in your provider app. > > On Tuesday, 27 August 2013 09:33:45 UTC-5, Larry Weinberg wrote: >>

[web2py] Re: CAS provider and registration

2013-08-27 Thread Massimo Di Pierro
I believe this is fixed in trunk. You have to update web2py and the views/default/users.html in your provider app. On Tuesday, 27 August 2013 09:33:45 UTC-5, Larry Weinberg wrote: > > I'm using 2.5.1 > > Once I set up the client to use the CAS provider, the registration options > go away on the

[web2py] Re: CAS provider and registration

2013-08-27 Thread Larry Weinberg
I'm using 2.5.1 Once I set up the client to use the CAS provider, the registration options go away on the client. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an e

[web2py] Re: CAS provider and registration

2013-08-27 Thread Massimo Di Pierro
which web2py version? On Monday, 26 August 2013 20:06:34 UTC-5, Larry Weinberg wrote: > > I've followed instructions elsewhere and set up a CAS provider application > and a client application that uses the CAS service. > It looks like the registration options go away from the client app in this