Hello! Small update: I have finally managed to get it to work today. Here's what I changed:
In the group service settings, at the connection URL, I used the following: *jdbc:postgresql://localhost:5432* This, however, did not work. However, I changed this to also define which user it should connect with (as it kept saying "admin" in the error log). Changing the above to this: *jdbc:postgresql://localhost:5432/<database>?user=<username>&password=<password>* The above works now. So thank you all for your help and time, but it seems to be solved! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/User-login-via-PostGreSQL-tp5204875p5207753.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
