It's hard to say what you would need to do without knowing more about your 
requirements. Of course, you don't have to use the web2py Auth system at 
all. If you have an external system that handles authentication, you can 
use it in conjunction with web2py -- 
see 
http://web2py.com/books/default/chapter/29/09/access-control#Other-login-methods-and-login-forms
 
(if your use case isn't covered there, you may need to write a custom login 
method to work with web2py, which you can model after one of those in 
gluon.contrib.login_methods).

Anthony

On Wednesday, August 8, 2018 at 11:30:26 AM UTC-4, Ben Duncan wrote:
>
> I've been doing some playing around with the sample applications.
>
> I've notices they all use tables "auth_user", "auth_group", etc.
>
> We have our own authentication needs for each district court (one server 
> to server
> multiple courts that are in a distinct district) and our own 
> authentication methods.
>
> Is it possible to modify and where/how would we do this to change the 
> "login" methods?
>
> Thanks
>
> Ben Duncan
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to