Project

General

Profile

« Previous | Next » 

Revision 13848

/Makefile, lib/phpPgAdmin.login.php.diff: public_ user: added auto-filled password so that users would not be confused as to what to type in the password field

View differences:

Makefile
247 247
db: mk_db rm_initial_public schemas/install _always ;
248 248

  
249 249
mk_db: _always
250
	-echo "CREATE USER public_;"|$(psqlAsAdmin)
250
	-echo "CREATE USER public_ PASSWORD 'password';"|$(psqlAsAdmin)
251 251
	-echo "CREATE USER bien PASSWORD '$(bienPassword)';"|$(psqlAsAdmin)
252 252
	-echo "CREATE USER bien_read PASSWORD '$(bienReadPassword)' IN ROLE bien \
253 253
NOINHERIT;"|$(psqlAsAdmin)

Also available in: Unified diff