Skip to content

Commit

Permalink
ipv6 string length #135
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored May 27, 2018
1 parent 497f7fd commit 776b4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/UserLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function rules()
[['user_id', 'timestamp_create'], 'integer'],
[['is_destroyed'], 'boolean'],
[['auth_token'], 'string', 'max' => 120],
[['ip'], 'string', 'max' => 15],
[['ip'], 'string', 'max' => 45],
];
}

Expand Down

0 comments on commit 776b4a7

Please sign in to comment.