自由职业开发人员的最低角色/权限是什么?

时间:2017-07-09 作者:xtian

我正在寻找一些Wordpress网站tweeks到现有的个人博客网站。一个广告需要cPanel访问服务器和管理Wordpress站点。很多广告都没有列出任何要求,所以我想这会是一个惊喜。

我理解他们为什么要求访问,因为我从一开始就安装并开发了该网站。由于这是一个个人网站/博客,我从未真正深入研究过角色/权限。在这个级别上,他们还可以更改我的访问权限,下载我的内容/数据库,以及我可以做的任何其他事情。

有没有关于授予“开发”权限而不授予“所有者”权限的建议?此帖子What are the differences in capabilities between the super-administrator and administrator? 请注意,超级管理员仅在多站点安装上,而这不是。

我要说的是,我所要求的工作修复了我制作的自定义内容类型插件的前端。

1 个回复
SO网友:SierraTR

The WordPress Codex describes the different user roles baked into the core software (https://codex.wordpress.org). Just search Roles.

If you want to see for yourself what each role is capable of accessing just establish new user accounts at those user role levels then sign out of your administrator account and sign back in as each new user. You will see what that role access looks like. then you can sign back in with your admin account and delete them.

Yes, the super-admin role is for a multi-site installation - that role has admin access to all of the sites in the installation, while each separate site has an admin role that can modify only that site - within the parameters set by the super-admin.

A WordPress developer will need at a minimum an admin access account to the WordPress installation in order to make coding changes to the theme that you specify. cPanel access is not totally necessary if you set up an ftp account within your hosting that the developer can use to access files. When you have terminated your agreement you should delete the ftp account and the WordPress admin account. You would probably also want to change your own admin account password just in case.

结束

相关推荐

Recommended File Permissions

嘿,伙计们,我花了很长时间试图解决这个问题。我想知道WordPress中的文件权限应该是什么样子in order to use the autoupdate feature. 到目前为止,我的wordpress安装程序一直在询问我的FTP信息,我不想使用那种升级/安装方法,我想使用纯/直接PHP。某些上下文:Web服务器和php fcgi守护程序运行为www-data:www-data</wordpress安装位于/home/blaenk/sites/domain.tld/</首先,我read