alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

IPv6 support for admin login #50

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From richar...@gmail.com on August 12, 2009 21:34:59

The admin interface does not allow logins from IPv6 addresses because of a validator problem - see this thread: http://groups.google.com/group/web2py/browse_thread/thread/726da9b5eabe2bf5 From localhost request.env.remote_addr is defined as: '::1' and from 127.0.0.1 as: '::ffff:127.0.0.1'.

Original issue: http://code.google.com/p/web2py/issues/detail?id=51

alfonsodg commented 10 years ago

From massimod...@gmail.com on August 13, 2009 08:27:09

I think it is fixed. Please try it.

Status: Accepted

alfonsodg commented 10 years ago

From richar...@gmail.com on August 18, 2009 00:39:44

yep works - simple solution!

alfonsodg commented 10 years ago

From massimod...@gmail.com on August 18, 2009 10:17:28

thanks for checking!

Status: Fixed