---
title: "Cannot login role into postgresql"
linkTitle: "Cannot login role into postgresql"
date: 2015-11-24
description: >
  Cannot login role into postgresql
---

{{< highlight sh >}}
ALTER ROLE "user" LOGIN;
{{< /highlight >}}