简体   繁体   English

如何删除Drupal profile2模块及其创建的所有用户配置文件表

[英]How do I remove Drupal profile2 module and all user profile tables it created

I have switched to a javascript / api login for front end users and need to delete all of the users in drupal (other than me) and want to find and remove all of the profile field tables that were created for user data. 我已切换为前端用户的javascript / api登录名,并且需要删除drupal中的所有用户(除了我以外),并且想要查找和删除为用户数据创建的所有配置文件字段表。

pm-disable profile2 didn't not do it like I was hoping. pm-disable profile2并没有像我希望的那样做。

I recomend you to unistall the module, first disable then go to unistall modules select your module and unistall. 我建议您取消安装模块,先禁用然后再转到取消安装模块,选择您的模块并取消安装。 help here : Unistalling Modules 在这里提供帮助: Unistalling模块

The unistall will delete what module created on install. Unistall将删除安装时创建的模块。
for Drush use : drush pm-uninstall mymodule 供Drush使用: drush pm-uninstall mymodule

Related ask on drupalstack 相关问题在drupalstack

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在drupal profile2中存储用户的兴趣? - How to store user's interest in the drupal profile2? 如何在 drupal 8 中使用带有“多重注册”模块的用户“配置文件”模块? 删除个人资料表格重复 - How can I use user "profile" module with "multiple registration" module in drupal 8? remove profile form duplicacy 将profile2配置文件添加到drupal7中的面板 - Adding profile2 profile to panel in drupal7 如何为drupal中每个用户角色的profile2登录/注册页面创建自定义模板文件 - How to create custom template file for login/register pages of profile2 each user role in drupal Drupal Profile2 /字段集合排序记录 - Drupal Profile2 / Field collection sorting records Drupal-(Profile2)概要文件类型在多步向导中不显示表单 - Drupal - (Profile2) Profile types does not show form on multistep wizard 如何使用 api 调用呈现 Drupal 用户配置文件? - How do I Render a Drupal User Profile using api calls? 如何在Drupal中获取用户的个人资料路径? - How do I get a user's profile path in Drupal? Drupal:如何在视图中列出与配置文件节点相关的所有节点? (不是核心配置文件)。 - Drupal: How do I list inside a view all nodes related to a profile node? (not the core profile). 根据Profile2字段使用规则添加用户角色 - Add user role based on Profile2 Field Using Rules
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM