- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 115字
- 2021-08-13 18:22:54
Time for action — securing the _users database
Let's secure the _users
database so that only server admins can read, write, and edit the other users within the system.
- Open Futon to the Overview.
- Click on the
_users
database. - Click on Security at the top of the screen.
- Change the values of Roles for both Admins and Readers to
["admins"]
, so it looks as follows:
What just happened?
You just changed the roles of Admins and Readers for the _users
database to ["admins"]
, so that only admins could read or alter the design documents and readers' list. We made the format of the roles ["admins"]
because it accepts roles in the form of an array.
推薦閱讀
- VMware View Security Essentials
- Java范例大全
- Learning PostgreSQL
- OpenShift開發(fā)指南(原書第2版)
- MATLAB圖像處理超級學(xué)習(xí)手冊
- Twilio Best Practices
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機器學(xué)習(xí)應(yīng)用
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Spring Boot+Spring Cloud+Vue+Element項目實戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- INSTANT MinGW Starter
- Python神經(jīng)網(wǎng)絡(luò)項目實戰(zhàn)
- Java 11 Cookbook
- AppInventor實踐教程:Android智能應(yīng)用開發(fā)前傳
- Mastering openFrameworks:Creative Coding Demystified
- Learning Hadoop 2