devise

    0熱度

    1回答

    我在devise.rb初始化如下: # ==> Configuration for :rememberable # The time the user will be remembered without asking for credentials again. # config.remember_for = 2.weeks 什麼是色器件所使用的默認時註釋掉?沒有爲此設置

    0熱度

    1回答

    我在routes.rb中下面的代碼: devise_for :admin_users, controllers: { registrations: 'tap/registrations', sessions: 'tap/sessions', passwords: 'tap/passwords', confirmations: 'tap/confirmatio

    -1熱度

    1回答

    我在那裏我試圖表現出的個人資料頁面的導航條。不過,我一直在遇到一些問題。配置文件是通過有一項登錄和創建等,因此用戶無法創建登錄後一個。我只希望行動能看到他們的個人資料,並編輯自己的個人資料。我一直有這個問題,任何人都可以快速查看? 當我rake routes I型風越來越 edit_user GET /users/:id/edit(.:format) users#edit user GET

    1熱度

    2回答

    在我的應用程序中,我使用Firebase接收通知,但遇到問題:當我從Firebase控制檯發送通知時,我沒有任何通知。同一個發送設備使用令牌保存爲所有iOS。 import UIKit import UserNotifications import Firebase @UIApplicationMain class AppDelegate: UIResponder, UIApplica

    0熱度

    1回答

    我在嘗試將我的響應URL更改爲重定向(不重定向)到自定義子域。我正在使用devise和apartment,我試圖在成功請求後使用用戶的子域名。 before_action :authenticate_user! after_action :switch_tenant_response def switch_tenant_response response.head

    0熱度

    2回答

    我有以下profile_controller的行動: def update updated = if _profile_params[:password].present? current_user.skip_confirmation! current_user.update_with_password(_profile_params) else

    0熱度

    1回答

    我開始看Ryan Bates的tutorial關於如何在設計中使用Omniauth(rails-cast 235修訂版)。我遇到了user.rb文件的問題。他顯示了他tutorial devise :omniauthable, # ... def self.from_omniauth(auth) where(auth.slice(:provider, :uid)).fir

    0熱度

    1回答

    在我的Rails應用程序中,我有一個用戶和一個配置文件屬於用戶的配置文件。 我已覆蓋正常的設計註冊控制器,以避免在註冊表單中詢問用戶密碼。我也以相同的形式創建配置文件資源作爲嵌套資源。當我提交表單時,配置文件資源被創建,但沒有任何來自表單的信息。 從我的形式PARAMS大致如下: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2sFwrzojZO

    1熱度

    1回答

    我嘗試在我的管理控制器中創建用戶,但不運行它總是會留下一些錯誤。 我用application_helper登錄到我的根#家色器件,但我不知道這是否是創建用戶 應用程序/傭工/ application_helper.rb時,是什麼原因造成我更多的問題: module ApplicationHelper def resource_name :user end

    0熱度

    2回答

    我試圖讓設備的用戶帳戶在每次更改用戶帳戶時都不需要更改密碼的情況下進行更新。要做到這一點,需要我更改update_resource方法,但我得到一個DoubleRenderErrror,我不知道如何解決此問題。 這裏是我的代碼,因爲它代表: controller do protected def update_resource(resource, params) i