Disable autocomplete on the connection url string for security reasons
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12">
|
||||
<label>Enter server URL scheme</label>
|
||||
<input type="text" class="form-control" id="connection_url" name="url">
|
||||
<input type="text" class="form-control" id="connection_url" name="url" autocomplete="off">
|
||||
<p class="help-block">URL format: postgres://user:password@host:port/db?sslmode=mode</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user